Shades of Light Blue #BBDEF5
Tints of Light Blue #BBDEF5
RGB
CMYK
RGB Variations
Color information
#BBDEF5 (or 0xBBDEF5) is known color: Light Blue. HEX triplet: BB, DE and F5. RGB value is (187,222,245). Sum of RGB (Red+Green+Blue) = 187+222+245=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBDEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEF5 is #44210A. Grayscale: #D6D6D6. Windows color (decimal): -4464907 or 16113339. OLE color: 16113339.
HSL color Cylindrical-coordinate representation of color #BBDEF5: hue angle of 203.79º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBDEF5 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 222 | 245 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.04 |
| HSL | 203.79º | 0.74% | 0.85% | - |
| HSV(B) | 203.79º | 0.24% | 0.96% | - |
| XYZ | 63.1 | 69.4 | 96.46 | - |
| YUV | 214.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 222 | 245 | 0.24 | 0.09 | 0 | 0.04 | 203.79 | 0.74 | 0.85 |
| Hex | BB | DE | F5 | 18 | 9 | 0 | 4 | CC | 4A | 55 |
| Octal | 273 | 336 | 365 | 30 | 11 | 0 | 4 | 314 | 112 | 125 |
| Binary | 10111011 | 11011110 | 11110101 | 11000 | 1001 | 0 | 100 | 11001100 | 1001010 | 1010101 |
Color Harmonies of #BBDEF5
Complementary color
Monochromatic Colors of #BBDEF5
Black with #BBDEF5
Text Example
Text Example
White with #BBDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDEF5; }
p { color: rgb(187,222,245); }
H1.HeaderClassName
{
color: #BBDEF5;
}
.AnyTagClassName
{
color: #BBDEF5;
}
</style>
background-color css
<style>
a { background-color: #BBDEF5; }
a { background-color: rgb(187,222,245); }
div.DivClassName
{
background-color: #BBDEF5;
}
.BgClassName
{
background-color: #BBDEF5;
}
</style>
border-color css
<style>
span { border-color: #BBDEF5; }
span { border-color: rgb(187,222,245); }
td.TdClassName
{
border-color: #BBDEF5;
}
.TagClassName
{
border-color: #BBDEF5;
}
</style>