Shades of Light Blue #BBDDED
Tints of Light Blue #BBDDED
RGB
CMYK
RGB Variations
Color information
#BBDDED (or 0xBBDDED) is known color: Light Blue. HEX triplet: BB, DD and ED. RGB value is (187,221,237). Sum of RGB (Red+Green+Blue) = 187+221+237=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDED is #442212. Grayscale: #D4D4D4. Windows color (decimal): -4465171 or 15588795. OLE color: 15588795.
HSL color Cylindrical-coordinate representation of color #BBDDED: hue angle of 199.2º degrees, saturation: 0.58, 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 #BBDDED is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 221 | 237 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.07 |
| HSL | 199.2º | 0.58% | 0.83% | - |
| HSV(B) | 199.2º | 0.21% | 0.93% | - |
| XYZ | 61.64 | 68.39 | 90.07 | - |
| YUV | 212.66 | 141.74 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 237 | 0.21 | 0.07 | 0 | 0.07 | 199.2 | 0.58 | 0.83 |
| Hex | BB | DD | ED | 15 | 7 | 0 | 7 | C7 | 3A | 53 |
| Octal | 273 | 335 | 355 | 25 | 7 | 0 | 7 | 307 | 72 | 123 |
| Binary | 10111011 | 11011101 | 11101101 | 10101 | 111 | 0 | 111 | 11000111 | 111010 | 1010011 |
Color Harmonies of #BBDDED
Complementary color
Monochromatic Colors of #BBDDED
Black with #BBDDED
Text Example
Text Example
White with #BBDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDED; }
p { color: rgb(187,221,237); }
H1.HeaderClassName
{
color: #BBDDED;
}
.AnyTagClassName
{
color: #BBDDED;
}
</style>
background-color css
<style>
a { background-color: #BBDDED; }
a { background-color: rgb(187,221,237); }
div.DivClassName
{
background-color: #BBDDED;
}
.BgClassName
{
background-color: #BBDDED;
}
</style>
border-color css
<style>
span { border-color: #BBDDED; }
span { border-color: rgb(187,221,237); }
td.TdClassName
{
border-color: #BBDDED;
}
.TagClassName
{
border-color: #BBDDED;
}
</style>