Shades of Light Blue #BBD3E4
Tints of Light Blue #BBD3E4
RGB
CMYK
RGB Variations
Color information
#BBD3E4 (or 0xBBD3E4) is known color: Light Blue. HEX triplet: BB, D3 and E4. RGB value is (187,211,228). Sum of RGB (Red+Green+Blue) = 187+211+228=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBD3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3E4 is #442C1B. Grayscale: #CDCDCD. Windows color (decimal): -4467740 or 14996411. OLE color: 14996411.
HSL color Cylindrical-coordinate representation of color #BBD3E4: hue angle of 204.88º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBD3E4 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 211 | 228 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.11 |
| HSL | 204.88º | 0.43% | 0.81% | - |
| HSV(B) | 204.88º | 0.18% | 0.89% | - |
| XYZ | 57.79 | 62.75 | 82.47 | - |
| YUV | 205.76 | 140.55 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 228 | 0.18 | 0.07 | 0 | 0.11 | 204.88 | 0.43 | 0.81 |
| Hex | BB | D3 | E4 | 12 | 7 | 0 | B | CD | 2B | 51 |
| Octal | 273 | 323 | 344 | 22 | 7 | 0 | 13 | 315 | 53 | 121 |
| Binary | 10111011 | 11010011 | 11100100 | 10010 | 111 | 0 | 1011 | 11001101 | 101011 | 1010001 |
Color Harmonies of #BBD3E4
Complementary color
Monochromatic Colors of #BBD3E4
Black with #BBD3E4
Text Example
Text Example
White with #BBD3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3E4; }
p { color: rgb(187,211,228); }
H1.HeaderClassName
{
color: #BBD3E4;
}
.AnyTagClassName
{
color: #BBD3E4;
}
</style>
background-color css
<style>
a { background-color: #BBD3E4; }
a { background-color: rgb(187,211,228); }
div.DivClassName
{
background-color: #BBD3E4;
}
.BgClassName
{
background-color: #BBD3E4;
}
</style>
border-color css
<style>
span { border-color: #BBD3E4; }
span { border-color: rgb(187,211,228); }
td.TdClassName
{
border-color: #BBD3E4;
}
.TagClassName
{
border-color: #BBD3E4;
}
</style>