Shades of Light Blue #BBD7E7
Tints of Light Blue #BBD7E7
RGB
CMYK
RGB Variations
Color information
#BBD7E7 (or 0xBBD7E7) is known color: Light Blue. HEX triplet: BB, D7 and E7. RGB value is (187,215,231). Sum of RGB (Red+Green+Blue) = 187+215+231=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBD7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBD7E7 is #442818. Grayscale: #D0D0D0. Windows color (decimal): -4466713 or 15194043. OLE color: 15194043.
HSL color Cylindrical-coordinate representation of color #BBD7E7: hue angle of 201.82º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBD7E7 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 215 | 231 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.09 |
| HSL | 201.82º | 0.48% | 0.82% | - |
| HSV(B) | 201.82º | 0.19% | 0.91% | - |
| XYZ | 59.22 | 64.94 | 85.01 | - |
| YUV | 208.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 215 | 231 | 0.19 | 0.07 | 0 | 0.09 | 201.82 | 0.48 | 0.82 |
| Hex | BB | D7 | E7 | 13 | 7 | 0 | 9 | CA | 30 | 52 |
| Octal | 273 | 327 | 347 | 23 | 7 | 0 | 11 | 312 | 60 | 122 |
| Binary | 10111011 | 11010111 | 11100111 | 10011 | 111 | 0 | 1001 | 11001010 | 110000 | 1010010 |
Color Harmonies of #BBD7E7
Complementary color
Monochromatic Colors of #BBD7E7
Black with #BBD7E7
Text Example
Text Example
White with #BBD7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD7E7; }
p { color: rgb(187,215,231); }
H1.HeaderClassName
{
color: #BBD7E7;
}
.AnyTagClassName
{
color: #BBD7E7;
}
</style>
background-color css
<style>
a { background-color: #BBD7E7; }
a { background-color: rgb(187,215,231); }
div.DivClassName
{
background-color: #BBD7E7;
}
.BgClassName
{
background-color: #BBD7E7;
}
</style>
border-color css
<style>
span { border-color: #BBD7E7; }
span { border-color: rgb(187,215,231); }
td.TdClassName
{
border-color: #BBD7E7;
}
.TagClassName
{
border-color: #BBD7E7;
}
</style>