Shades of Light Blue #BBD8DF
Tints of Light Blue #BBD8DF
RGB
CMYK
RGB Variations
Color information
#BBD8DF (or 0xBBD8DF) is known color: Light Blue. HEX triplet: BB, D8 and DF. RGB value is (187,216,223). Sum of RGB (Red+Green+Blue) = 187+216+223=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD8DF is #442720. Grayscale: #D0D0D0. Windows color (decimal): -4466465 or 14670011. OLE color: 14670011.
HSL color Cylindrical-coordinate representation of color #BBD8DF: hue angle of 191.67º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBD8DF is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 216 | 223 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.13 |
| HSL | 191.67º | 0.36% | 0.8% | - |
| HSV(B) | 191.67º | 0.16% | 0.87% | - |
| XYZ | 58.37 | 65 | 79.28 | - |
| YUV | 208.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 223 | 0.16 | 0.03 | 0 | 0.13 | 191.67 | 0.36 | 0.8 |
| Hex | BB | D8 | DF | 10 | 3 | 0 | D | C0 | 24 | 50 |
| Octal | 273 | 330 | 337 | 20 | 3 | 0 | 15 | 300 | 44 | 120 |
| Binary | 10111011 | 11011000 | 11011111 | 10000 | 11 | 0 | 1101 | 11000000 | 100100 | 1010000 |
Color Harmonies of #BBD8DF
Complementary color
Monochromatic Colors of #BBD8DF
Black with #BBD8DF
Text Example
Text Example
White with #BBD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD8DF; }
p { color: rgb(187,216,223); }
H1.HeaderClassName
{
color: #BBD8DF;
}
.AnyTagClassName
{
color: #BBD8DF;
}
</style>
background-color css
<style>
a { background-color: #BBD8DF; }
a { background-color: rgb(187,216,223); }
div.DivClassName
{
background-color: #BBD8DF;
}
.BgClassName
{
background-color: #BBD8DF;
}
</style>
border-color css
<style>
span { border-color: #BBD8DF; }
span { border-color: rgb(187,216,223); }
td.TdClassName
{
border-color: #BBD8DF;
}
.TagClassName
{
border-color: #BBD8DF;
}
</style>