Shades of Light Blue #BBD4DD
Tints of Light Blue #BBD4DD
RGB
CMYK
RGB Variations
Color information
#BBD4DD (or 0xBBD4DD) is known color: Light Blue. HEX triplet: BB, D4 and DD. RGB value is (187,212,221). Sum of RGB (Red+Green+Blue) = 187+212+221=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 221 - color contains mainly: blue. Hex color #BBD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD4DD is #442B22. Grayscale: #CDCDCD. Windows color (decimal): -4467491 or 14537915. OLE color: 14537915.
HSL color Cylindrical-coordinate representation of color #BBD4DD: hue angle of 195.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBD4DD is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 212 | 221 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.13 |
| HSL | 195.88º | 0.33% | 0.8% | - |
| HSV(B) | 195.88º | 0.15% | 0.87% | - |
| XYZ | 57.09 | 62.87 | 77.53 | - |
| YUV | 205.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 221 | 0.15 | 0.04 | 0 | 0.13 | 195.88 | 0.33 | 0.8 |
| Hex | BB | D4 | DD | F | 4 | 0 | D | C4 | 21 | 50 |
| Octal | 273 | 324 | 335 | 17 | 4 | 0 | 15 | 304 | 41 | 120 |
| Binary | 10111011 | 11010100 | 11011101 | 1111 | 100 | 0 | 1101 | 11000100 | 100001 | 1010000 |
Color Harmonies of #BBD4DD
Complementary color
Monochromatic Colors of #BBD4DD
Black with #BBD4DD
Text Example
Text Example
White with #BBD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD4DD; }
p { color: rgb(187,212,221); }
H1.HeaderClassName
{
color: #BBD4DD;
}
.AnyTagClassName
{
color: #BBD4DD;
}
</style>
background-color css
<style>
a { background-color: #BBD4DD; }
a { background-color: rgb(187,212,221); }
div.DivClassName
{
background-color: #BBD4DD;
}
.BgClassName
{
background-color: #BBD4DD;
}
</style>
border-color css
<style>
span { border-color: #BBD4DD; }
span { border-color: rgb(187,212,221); }
td.TdClassName
{
border-color: #BBD4DD;
}
.TagClassName
{
border-color: #BBD4DD;
}
</style>