Shades of Light Blue #BBDEF1
Tints of Light Blue #BBDEF1
RGB
CMYK
RGB Variations
Color information
#BBDEF1 (or 0xBBDEF1) is known color: Light Blue. HEX triplet: BB, DE and F1. RGB value is (187,222,241). Sum of RGB (Red+Green+Blue) = 187+222+241=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBDEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEF1 is #44210E. Grayscale: #D5D5D5. Windows color (decimal): -4464911 or 15851195. OLE color: 15851195.
HSL color Cylindrical-coordinate representation of color #BBDEF1: hue angle of 201.11º 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 #BBDEF1 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 222 | 241 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.05 |
| HSL | 201.11º | 0.66% | 0.84% | - |
| HSV(B) | 201.11º | 0.22% | 0.95% | - |
| XYZ | 62.49 | 69.16 | 93.27 | - |
| YUV | 213.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 241 | 0.22 | 0.08 | 0 | 0.05 | 201.11 | 0.66 | 0.84 |
| Hex | BB | DE | F1 | 16 | 8 | 0 | 5 | C9 | 42 | 54 |
| Octal | 273 | 336 | 361 | 26 | 10 | 0 | 5 | 311 | 102 | 124 |
| Binary | 10111011 | 11011110 | 11110001 | 10110 | 1000 | 0 | 101 | 11001001 | 1000010 | 1010100 |
Color Harmonies of #BBDEF1
Complementary color
Monochromatic Colors of #BBDEF1
Black with #BBDEF1
Text Example
Text Example
White with #BBDEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEF1; }
p { color: rgb(187,222,241); }
H1.HeaderClassName
{
color: #BBDEF1;
}
.AnyTagClassName
{
color: #BBDEF1;
}
</style>
background-color css
<style>
a { background-color: #BBDEF1; }
a { background-color: rgb(187,222,241); }
div.DivClassName
{
background-color: #BBDEF1;
}
.BgClassName
{
background-color: #BBDEF1;
}
</style>
border-color css
<style>
span { border-color: #BBDEF1; }
span { border-color: rgb(187,222,241); }
td.TdClassName
{
border-color: #BBDEF1;
}
.TagClassName
{
border-color: #BBDEF1;
}
</style>