Shades of Light Blue #BBCDD4
Tints of Light Blue #BBCDD4
RGB
CMYK
RGB Variations
Color information
#BBCDD4 (or 0xBBCDD4) is known color: Light Blue. HEX triplet: BB, CD and D4. RGB value is (187,205,212). Sum of RGB (Red+Green+Blue) = 187+205+212=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #BBCDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDD4 is #44322B. Grayscale: #C8C8C8. Windows color (decimal): -4469292 or 13946299. OLE color: 13946299.
HSL color Cylindrical-coordinate representation of color #BBCDD4: hue angle of 196.8º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBCDD4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 187 | 205 | 212 | - |
CMYK | 0.12 | 0.03 | 0 | 0.17 |
HSL | 196.8º | 0.23% | 0.78% | - |
HSV(B) | 196.8º | 0.12% | 0.83% | - |
XYZ | 54.21 | 58.98 | 70.81 | - |
YUV | 200.42 | 134.54 | 118.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 205 | 212 | 0.12 | 0.03 | 0 | 0.17 | 196.8 | 0.23 | 0.78 |
Hex | BB | CD | D4 | C | 3 | 0 | 11 | C5 | 17 | 4E |
Octal | 273 | 315 | 324 | 14 | 3 | 0 | 21 | 305 | 27 | 116 |
Binary | 10111011 | 11001101 | 11010100 | 1100 | 11 | 0 | 10001 | 11000101 | 10111 | 1001110 |
Color Harmonies of #BBCDD4
Complementary color
Monochromatic Colors of #BBCDD4
Black with #BBCDD4
Text Example
Text Example
White with #BBCDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDD4; }
p { color: rgb(187,205,212); }
H1.HeaderClassName
{
color: #BBCDD4;
}
.AnyTagClassName
{
color: #BBCDD4;
}
</style>
background-color css
<style>
a { background-color: #BBCDD4; }
a { background-color: rgb(187,205,212); }
div.DivClassName
{
background-color: #BBCDD4;
}
.BgClassName
{
background-color: #BBCDD4;
}
</style>
border-color css
<style>
span { border-color: #BBCDD4; }
span { border-color: rgb(187,205,212); }
td.TdClassName
{
border-color: #BBCDD4;
}
.TagClassName
{
border-color: #BBCDD4;
}
</style>