Shades of Light Blue #BBDDEE
Tints of Light Blue #BBDDEE
RGB
CMYK
RGB Variations
Color information
#BBDDEE (or 0xBBDDEE) is known color: Light Blue. HEX triplet: BB, DD and EE. RGB value is (187,221,238). Sum of RGB (Red+Green+Blue) = 187+221+238=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 221 (86.72% from 255 or 34.21% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBDDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDEE is #442211. Grayscale: #D4D4D4. Windows color (decimal): -4465170 or 15654331. OLE color: 15654331.
HSL color Cylindrical-coordinate representation of color #BBDDEE: hue angle of 200º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDDEE is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 221 | 238 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.07 |
| HSL | 200º | 0.6% | 0.83% | - |
| HSV(B) | 200º | 0.21% | 0.93% | - |
| XYZ | 61.78 | 68.45 | 90.84 | - |
| YUV | 212.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 238 | 0.21 | 0.07 | 0 | 0.07 | 200 | 0.6 | 0.83 |
| Hex | BB | DD | EE | 15 | 7 | 0 | 7 | C8 | 3C | 53 |
| Octal | 273 | 335 | 356 | 25 | 7 | 0 | 7 | 310 | 74 | 123 |
| Binary | 10111011 | 11011101 | 11101110 | 10101 | 111 | 0 | 111 | 11001000 | 111100 | 1010011 |
Color Harmonies of #BBDDEE
Complementary color
Monochromatic Colors of #BBDDEE
Black with #BBDDEE
Text Example
Text Example
White with #BBDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDEE; }
p { color: rgb(187,221,238); }
H1.HeaderClassName
{
color: #BBDDEE;
}
.AnyTagClassName
{
color: #BBDDEE;
}
</style>
background-color css
<style>
a { background-color: #BBDDEE; }
a { background-color: rgb(187,221,238); }
div.DivClassName
{
background-color: #BBDDEE;
}
.BgClassName
{
background-color: #BBDDEE;
}
</style>
border-color css
<style>
span { border-color: #BBDDEE; }
span { border-color: rgb(187,221,238); }
td.TdClassName
{
border-color: #BBDDEE;
}
.TagClassName
{
border-color: #BBDDEE;
}
</style>