Shades of Light Blue #BBD6E5
Tints of Light Blue #BBD6E5
RGB
CMYK
RGB Variations
Color information
#BBD6E5 (or 0xBBD6E5) is known color: Light Blue. HEX triplet: BB, D6 and E5. RGB value is (187,214,229). Sum of RGB (Red+Green+Blue) = 187+214+229=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBD6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD6E5 is #44291A. Grayscale: #CFCFCF. Windows color (decimal): -4466971 or 15062715. OLE color: 15062715.
HSL color Cylindrical-coordinate representation of color #BBD6E5: hue angle of 201.43º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD6E5 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 214 | 229 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.10 |
| HSL | 201.43º | 0.45% | 0.82% | - |
| HSV(B) | 201.43º | 0.18% | 0.9% | - |
| XYZ | 58.68 | 64.32 | 83.45 | - |
| YUV | 207.64 | 140.05 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 214 | 229 | 0.18 | 0.07 | 0 | 0.10 | 201.43 | 0.45 | 0.82 |
| Hex | BB | D6 | E5 | 12 | 7 | 0 | A | C9 | 2D | 52 |
| Octal | 273 | 326 | 345 | 22 | 7 | 0 | 12 | 311 | 55 | 122 |
| Binary | 10111011 | 11010110 | 11100101 | 10010 | 111 | 0 | 1010 | 11001001 | 101101 | 1010010 |
Color Harmonies of #BBD6E5
Complementary color
Monochromatic Colors of #BBD6E5
Black with #BBD6E5
Text Example
Text Example
White with #BBD6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD6E5; }
p { color: rgb(187,214,229); }
H1.HeaderClassName
{
color: #BBD6E5;
}
.AnyTagClassName
{
color: #BBD6E5;
}
</style>
background-color css
<style>
a { background-color: #BBD6E5; }
a { background-color: rgb(187,214,229); }
div.DivClassName
{
background-color: #BBD6E5;
}
.BgClassName
{
background-color: #BBD6E5;
}
</style>
border-color css
<style>
span { border-color: #BBD6E5; }
span { border-color: rgb(187,214,229); }
td.TdClassName
{
border-color: #BBD6E5;
}
.TagClassName
{
border-color: #BBD6E5;
}
</style>