Shades of Light Blue #BBDDEF
Tints of Light Blue #BBDDEF
RGB
CMYK
RGB Variations
Color information
#BBDDEF (or 0xBBDDEF) is known color: Light Blue. HEX triplet: BB, DD and EF. RGB value is (187,221,239). Sum of RGB (Red+Green+Blue) = 187+221+239=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 239 (93.75% from 255 or 36.94% from 647); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBDDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDEF is #442210. Grayscale: #D4D4D4. Windows color (decimal): -4465169 or 15719867. OLE color: 15719867.
HSL color Cylindrical-coordinate representation of color #BBDDEF: hue angle of 200.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDDEF is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 221 | 239 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.06 |
| HSL | 200.77º | 0.62% | 0.84% | - |
| HSV(B) | 200.77º | 0.22% | 0.94% | - |
| XYZ | 61.93 | 68.51 | 91.62 | - |
| YUV | 212.89 | 142.74 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 239 | 0.22 | 0.08 | 0 | 0.06 | 200.77 | 0.62 | 0.84 |
| Hex | BB | DD | EF | 16 | 8 | 0 | 6 | C9 | 3E | 54 |
| Octal | 273 | 335 | 357 | 26 | 10 | 0 | 6 | 311 | 76 | 124 |
| Binary | 10111011 | 11011101 | 11101111 | 10110 | 1000 | 0 | 110 | 11001001 | 111110 | 1010100 |
Color Harmonies of #BBDDEF
Complementary color
Monochromatic Colors of #BBDDEF
Black with #BBDDEF
Text Example
Text Example
White with #BBDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDEF; }
p { color: rgb(187,221,239); }
H1.HeaderClassName
{
color: #BBDDEF;
}
.AnyTagClassName
{
color: #BBDDEF;
}
</style>
background-color css
<style>
a { background-color: #BBDDEF; }
a { background-color: rgb(187,221,239); }
div.DivClassName
{
background-color: #BBDDEF;
}
.BgClassName
{
background-color: #BBDDEF;
}
</style>
border-color css
<style>
span { border-color: #BBDDEF; }
span { border-color: rgb(187,221,239); }
td.TdClassName
{
border-color: #BBDDEF;
}
.TagClassName
{
border-color: #BBDDEF;
}
</style>