Shades of Light Blue #BBDDEB
Tints of Light Blue #BBDDEB
RGB
CMYK
RGB Variations
Color information
#BBDDEB (or 0xBBDDEB) is known color: Light Blue. HEX triplet: BB, DD and EB. RGB value is (187,221,235). Sum of RGB (Red+Green+Blue) = 187+221+235=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBDDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDEB is #442214. Grayscale: #D4D4D4. Windows color (decimal): -4465173 or 15457723. OLE color: 15457723.
HSL color Cylindrical-coordinate representation of color #BBDDEB: hue angle of 197.5º degrees, saturation: 0.55, 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 #BBDDEB is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 221 | 235 | - |
| CMYK | 0.20 | 0.06 | 0 | 0.08 |
| HSL | 197.5º | 0.55% | 0.83% | - |
| HSV(B) | 197.5º | 0.2% | 0.92% | - |
| XYZ | 61.35 | 68.28 | 88.54 | - |
| YUV | 212.43 | 140.74 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 235 | 0.20 | 0.06 | 0 | 0.08 | 197.5 | 0.55 | 0.83 |
| Hex | BB | DD | EB | 14 | 6 | 0 | 8 | C6 | 37 | 53 |
| Octal | 273 | 335 | 353 | 24 | 6 | 0 | 10 | 306 | 67 | 123 |
| Binary | 10111011 | 11011101 | 11101011 | 10100 | 110 | 0 | 1000 | 11000110 | 110111 | 1010011 |
Color Harmonies of #BBDDEB
Complementary color
Monochromatic Colors of #BBDDEB
Black with #BBDDEB
Text Example
Text Example
White with #BBDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDEB; }
p { color: rgb(187,221,235); }
H1.HeaderClassName
{
color: #BBDDEB;
}
.AnyTagClassName
{
color: #BBDDEB;
}
</style>
background-color css
<style>
a { background-color: #BBDDEB; }
a { background-color: rgb(187,221,235); }
div.DivClassName
{
background-color: #BBDDEB;
}
.BgClassName
{
background-color: #BBDDEB;
}
</style>
border-color css
<style>
span { border-color: #BBDDEB; }
span { border-color: rgb(187,221,235); }
td.TdClassName
{
border-color: #BBDDEB;
}
.TagClassName
{
border-color: #BBDDEB;
}
</style>