Shades of Light Blue #BBDAEC
Tints of Light Blue #BBDAEC
RGB
CMYK
RGB Variations
Color information
#BBDAEC (or 0xBBDAEC) is known color: Light Blue. HEX triplet: BB, DA and EC. RGB value is (187,218,236). Sum of RGB (Red+Green+Blue) = 187+218+236=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAEC is #442513. Grayscale: #D2D2D2. Windows color (decimal): -4465940 or 15522491. OLE color: 15522491.
HSL color Cylindrical-coordinate representation of color #BBDAEC: hue angle of 202.04º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBDAEC is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 218 | 236 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.07 |
| HSL | 202.04º | 0.56% | 0.83% | - |
| HSV(B) | 202.04º | 0.21% | 0.93% | - |
| XYZ | 60.71 | 66.76 | 89.04 | - |
| YUV | 210.78 | 142.23 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 236 | 0.21 | 0.08 | 0 | 0.07 | 202.04 | 0.56 | 0.83 |
| Hex | BB | DA | EC | 15 | 8 | 0 | 7 | CA | 38 | 53 |
| Octal | 273 | 332 | 354 | 25 | 10 | 0 | 7 | 312 | 70 | 123 |
| Binary | 10111011 | 11011010 | 11101100 | 10101 | 1000 | 0 | 111 | 11001010 | 111000 | 1010011 |
Color Harmonies of #BBDAEC
Complementary color
Monochromatic Colors of #BBDAEC
Black with #BBDAEC
Text Example
Text Example
White with #BBDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAEC; }
p { color: rgb(187,218,236); }
H1.HeaderClassName
{
color: #BBDAEC;
}
.AnyTagClassName
{
color: #BBDAEC;
}
</style>
background-color css
<style>
a { background-color: #BBDAEC; }
a { background-color: rgb(187,218,236); }
div.DivClassName
{
background-color: #BBDAEC;
}
.BgClassName
{
background-color: #BBDAEC;
}
</style>
border-color css
<style>
span { border-color: #BBDAEC; }
span { border-color: rgb(187,218,236); }
td.TdClassName
{
border-color: #BBDAEC;
}
.TagClassName
{
border-color: #BBDAEC;
}
</style>