Shades of Light Blue #BBD7EA
Tints of Light Blue #BBD7EA
RGB
CMYK
RGB Variations
Color information
#BBD7EA (or 0xBBD7EA) is known color: Light Blue. HEX triplet: BB, D7 and EA. RGB value is (187,215,234). Sum of RGB (Red+Green+Blue) = 187+215+234=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD7EA is #442815. Grayscale: #D0D0D0. Windows color (decimal): -4466710 or 15390651. OLE color: 15390651.
HSL color Cylindrical-coordinate representation of color #BBD7EA: hue angle of 204.26º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBD7EA is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 215 | 234 | - |
| CMYK | 0.20 | 0.08 | 0 | 0.08 |
| HSL | 204.26º | 0.53% | 0.83% | - |
| HSV(B) | 204.26º | 0.2% | 0.92% | - |
| XYZ | 59.65 | 65.11 | 87.27 | - |
| YUV | 208.79 | 142.22 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 234 | 0.20 | 0.08 | 0 | 0.08 | 204.26 | 0.53 | 0.83 |
| Hex | BB | D7 | EA | 14 | 8 | 0 | 8 | CC | 35 | 53 |
| Octal | 273 | 327 | 352 | 24 | 10 | 0 | 10 | 314 | 65 | 123 |
| Binary | 10111011 | 11010111 | 11101010 | 10100 | 1000 | 0 | 1000 | 11001100 | 110101 | 1010011 |
Color Harmonies of #BBD7EA
Complementary color
Monochromatic Colors of #BBD7EA
Black with #BBD7EA
Text Example
Text Example
White with #BBD7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7EA; }
p { color: rgb(187,215,234); }
H1.HeaderClassName
{
color: #BBD7EA;
}
.AnyTagClassName
{
color: #BBD7EA;
}
</style>
background-color css
<style>
a { background-color: #BBD7EA; }
a { background-color: rgb(187,215,234); }
div.DivClassName
{
background-color: #BBD7EA;
}
.BgClassName
{
background-color: #BBD7EA;
}
</style>
border-color css
<style>
span { border-color: #BBD7EA; }
span { border-color: rgb(187,215,234); }
td.TdClassName
{
border-color: #BBD7EA;
}
.TagClassName
{
border-color: #BBD7EA;
}
</style>