Shades of Light Blue #BBDEF2
Tints of Light Blue #BBDEF2
RGB
CMYK
RGB Variations
Color information
#BBDEF2 (or 0xBBDEF2) is known color: Light Blue. HEX triplet: BB, DE and F2. RGB value is (187,222,242). Sum of RGB (Red+Green+Blue) = 187+222+242=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBDEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEF2 is #44210D. Grayscale: #D5D5D5. Windows color (decimal): -4464910 or 15916731. OLE color: 15916731.
HSL color Cylindrical-coordinate representation of color #BBDEF2: hue angle of 201.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBDEF2 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 222 | 242 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.05 |
| HSL | 201.82º | 0.68% | 0.84% | - |
| HSV(B) | 201.82º | 0.23% | 0.95% | - |
| XYZ | 62.64 | 69.22 | 94.06 | - |
| YUV | 213.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 242 | 0.23 | 0.08 | 0 | 0.05 | 201.82 | 0.68 | 0.84 |
| Hex | BB | DE | F2 | 17 | 8 | 0 | 5 | CA | 44 | 54 |
| Octal | 273 | 336 | 362 | 27 | 10 | 0 | 5 | 312 | 104 | 124 |
| Binary | 10111011 | 11011110 | 11110010 | 10111 | 1000 | 0 | 101 | 11001010 | 1000100 | 1010100 |
Color Harmonies of #BBDEF2
Complementary color
Monochromatic Colors of #BBDEF2
Black with #BBDEF2
Text Example
Text Example
White with #BBDEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEF2; }
p { color: rgb(187,222,242); }
H1.HeaderClassName
{
color: #BBDEF2;
}
.AnyTagClassName
{
color: #BBDEF2;
}
</style>
background-color css
<style>
a { background-color: #BBDEF2; }
a { background-color: rgb(187,222,242); }
div.DivClassName
{
background-color: #BBDEF2;
}
.BgClassName
{
background-color: #BBDEF2;
}
</style>
border-color css
<style>
span { border-color: #BBDEF2; }
span { border-color: rgb(187,222,242); }
td.TdClassName
{
border-color: #BBDEF2;
}
.TagClassName
{
border-color: #BBDEF2;
}
</style>