Color Hex Logo

#bbc6db Color Hex

#BBC6DB
(187,198,219)
0 Favorites   0 Comments

Color spaces of #bbc6db

RGB 187198219
HSL0.610.310.80
HSV219°15°86°
CMYK 0.150.100.00   0.14
XYZ53.473856.067475.0216
Yxy56.06740.28970.3038
Hunter Lab74.8782-3.5621-6.9889
CIE-Lab79.65220.4725-11.7291

#bbc6db color RGB value is (187,198,219).

#bbc6db hex color red value is 187, green value is 198 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bbc6db hue: 0.61 , saturation: 0.31 and the lightness value of bbc6db is 0.80.

The process color (four color CMYK) of #bbc6db color hex is 0.15, 0.10, 0.00, 0.14. Web safe color of #bbc6db is #cccccc. Color #bbc6db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000110 11011011
Octal 273 306 333
Decimal 187 198 219
Hex BB C6 DB

RGB Percentages of Color #bbc6db

%30.96
%32.78
%36.26

CMYK Percentages of Color #bbc6db

%15
%10
%0
%14

Triadic Colors of #bbc6db

#bbc6db #dbbbc6 #c6dbbb

Analogous Colors of #bbc6db

#bbc6db #c0bbdb #bbd6db

Monochromatic Colors of #bbc6db

#bbc6db

Complementary Color

#bbc6db #dbd0bb

#bbc6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc6db Color CSS Codes

.mybgcolor {background-color:#bbc6db; } 
.myforecolor {color:#bbc6db; }
.mybordercolor {border:3px solid #bbc6db; }

#bbc6db Text Font Color

<p style="color:#bbc6db">Text here</p>

This sample text font color is #bbc6db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bbc6db Background Color

<div style="background-color:#bbc6db">
Div content here</div>

This div background color is #bbc6db


#bbc6db Border Color

<div style="border:3px solid #bbc6db">
Div here</div>

This div border color is #bbc6db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,198,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bbc6db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bbc6db;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc6db;
  box-shadow:         1px 1px 3px 2px #bbc6db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,198,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bbc6db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bbc6db;
  -webkit-box-shadow: 1px 1px 3px 2px #bbc6db;
  box-shadow:         1px 1px 3px 2px #bbc6db;">
Div content here</div>

This div box has shadow with color #bbc6db


Comments

No comments written yet.

Please login to write comment.