Shades of Light Blue #BBDEF3
Tints of Light Blue #BBDEF3
RGB
CMYK
RGB Variations
Color information
#BBDEF3 (or 0xBBDEF3) is known color: Light Blue. HEX triplet: BB, DE and F3. RGB value is (187,222,243). Sum of RGB (Red+Green+Blue) = 187+222+243=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBDEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEF3 is #44210C. Grayscale: #D5D5D5. Windows color (decimal): -4464909 or 15982267. OLE color: 15982267.
HSL color Cylindrical-coordinate representation of color #BBDEF3: hue angle of 202.5º degrees, saturation: 0.7, 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 #BBDEF3 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 222 | 243 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.05 |
| HSL | 202.5º | 0.7% | 0.84% | - |
| HSV(B) | 202.5º | 0.23% | 0.95% | - |
| XYZ | 62.79 | 69.28 | 94.86 | - |
| YUV | 213.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 243 | 0.23 | 0.09 | 0 | 0.05 | 202.5 | 0.7 | 0.84 |
| Hex | BB | DE | F3 | 17 | 9 | 0 | 5 | CA | 46 | 54 |
| Octal | 273 | 336 | 363 | 27 | 11 | 0 | 5 | 312 | 106 | 124 |
| Binary | 10111011 | 11011110 | 11110011 | 10111 | 1001 | 0 | 101 | 11001010 | 1000110 | 1010100 |
Color Harmonies of #BBDEF3
Complementary color
Monochromatic Colors of #BBDEF3
Black with #BBDEF3
Text Example
Text Example
White with #BBDEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEF3; }
p { color: rgb(187,222,243); }
H1.HeaderClassName
{
color: #BBDEF3;
}
.AnyTagClassName
{
color: #BBDEF3;
}
</style>
background-color css
<style>
a { background-color: #BBDEF3; }
a { background-color: rgb(187,222,243); }
div.DivClassName
{
background-color: #BBDEF3;
}
.BgClassName
{
background-color: #BBDEF3;
}
</style>
border-color css
<style>
span { border-color: #BBDEF3; }
span { border-color: rgb(187,222,243); }
td.TdClassName
{
border-color: #BBDEF3;
}
.TagClassName
{
border-color: #BBDEF3;
}
</style>