Shades of Light Blue #BBDBF1
Tints of Light Blue #BBDBF1
RGB
CMYK
RGB Variations
Color information
#BBDBF1 (or 0xBBDBF1) is known color: Light Blue. HEX triplet: BB, DB and F1. RGB value is (187,219,241). Sum of RGB (Red+Green+Blue) = 187+219+241=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBDBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDBF1 is #44240E. Grayscale: #D3D3D3. Windows color (decimal): -4465679 or 15850427. OLE color: 15850427.
HSL color Cylindrical-coordinate representation of color #BBDBF1: hue angle of 204.44º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDBF1 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 219 | 241 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.05 |
| HSL | 204.44º | 0.66% | 0.84% | - |
| HSV(B) | 204.44º | 0.22% | 0.95% | - |
| XYZ | 61.7 | 67.58 | 93.01 | - |
| YUV | 211.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 241 | 0.22 | 0.09 | 0 | 0.05 | 204.44 | 0.66 | 0.84 |
| Hex | BB | DB | F1 | 16 | 9 | 0 | 5 | CC | 42 | 54 |
| Octal | 273 | 333 | 361 | 26 | 11 | 0 | 5 | 314 | 102 | 124 |
| Binary | 10111011 | 11011011 | 11110001 | 10110 | 1001 | 0 | 101 | 11001100 | 1000010 | 1010100 |
Color Harmonies of #BBDBF1
Complementary color
Monochromatic Colors of #BBDBF1
Black with #BBDBF1
Text Example
Text Example
White with #BBDBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDBF1; }
p { color: rgb(187,219,241); }
H1.HeaderClassName
{
color: #BBDBF1;
}
.AnyTagClassName
{
color: #BBDBF1;
}
</style>
background-color css
<style>
a { background-color: #BBDBF1; }
a { background-color: rgb(187,219,241); }
div.DivClassName
{
background-color: #BBDBF1;
}
.BgClassName
{
background-color: #BBDBF1;
}
</style>
border-color css
<style>
span { border-color: #BBDBF1; }
span { border-color: rgb(187,219,241); }
td.TdClassName
{
border-color: #BBDBF1;
}
.TagClassName
{
border-color: #BBDBF1;
}
</style>