Shades of Light Blue #BBDDF2
Tints of Light Blue #BBDDF2
RGB
CMYK
RGB Variations
Color information
#BBDDF2 (or 0xBBDDF2) is known color: Light Blue. HEX triplet: BB, DD and F2. RGB value is (187,221,242). Sum of RGB (Red+Green+Blue) = 187+221+242=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBDDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDF2 is #44220D. Grayscale: #D5D5D5. Windows color (decimal): -4465166 or 15916475. OLE color: 15916475.
HSL color Cylindrical-coordinate representation of color #BBDDF2: hue angle of 202.91º 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 #BBDDF2 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 221 | 242 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.05 |
| HSL | 202.91º | 0.68% | 0.84% | - |
| HSV(B) | 202.91º | 0.23% | 0.95% | - |
| XYZ | 62.38 | 68.69 | 93.98 | - |
| YUV | 213.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 242 | 0.23 | 0.09 | 0 | 0.05 | 202.91 | 0.68 | 0.84 |
| Hex | BB | DD | F2 | 17 | 9 | 0 | 5 | CB | 44 | 54 |
| Octal | 273 | 335 | 362 | 27 | 11 | 0 | 5 | 313 | 104 | 124 |
| Binary | 10111011 | 11011101 | 11110010 | 10111 | 1001 | 0 | 101 | 11001011 | 1000100 | 1010100 |
Color Harmonies of #BBDDF2
Complementary color
Monochromatic Colors of #BBDDF2
Black with #BBDDF2
Text Example
Text Example
White with #BBDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDDF2; }
p { color: rgb(187,221,242); }
H1.HeaderClassName
{
color: #BBDDF2;
}
.AnyTagClassName
{
color: #BBDDF2;
}
</style>
background-color css
<style>
a { background-color: #BBDDF2; }
a { background-color: rgb(187,221,242); }
div.DivClassName
{
background-color: #BBDDF2;
}
.BgClassName
{
background-color: #BBDDF2;
}
</style>
border-color css
<style>
span { border-color: #BBDDF2; }
span { border-color: rgb(187,221,242); }
td.TdClassName
{
border-color: #BBDDF2;
}
.TagClassName
{
border-color: #BBDDF2;
}
</style>