Shades of Light Blue #BBDAE8
Tints of Light Blue #BBDAE8
RGB
CMYK
RGB Variations
Color information
#BBDAE8 (or 0xBBDAE8) is known color: Light Blue. HEX triplet: BB, DA and E8. RGB value is (187,218,232). Sum of RGB (Red+Green+Blue) = 187+218+232=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAE8 is #442517. Grayscale: #D2D2D2. Windows color (decimal): -4465944 or 15260347. OLE color: 15260347.
HSL color Cylindrical-coordinate representation of color #BBDAE8: hue angle of 198.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDAE8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 218 | 232 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.09 |
| HSL | 198.67º | 0.49% | 0.82% | - |
| HSV(B) | 198.67º | 0.19% | 0.91% | - |
| XYZ | 60.13 | 66.53 | 86.02 | - |
| YUV | 210.33 | 140.23 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 232 | 0.19 | 0.06 | 0 | 0.09 | 198.67 | 0.49 | 0.82 |
| Hex | BB | DA | E8 | 13 | 6 | 0 | 9 | C7 | 31 | 52 |
| Octal | 273 | 332 | 350 | 23 | 6 | 0 | 11 | 307 | 61 | 122 |
| Binary | 10111011 | 11011010 | 11101000 | 10011 | 110 | 0 | 1001 | 11000111 | 110001 | 1010010 |
Color Harmonies of #BBDAE8
Complementary color
Monochromatic Colors of #BBDAE8
Black with #BBDAE8
Text Example
Text Example
White with #BBDAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAE8; }
p { color: rgb(187,218,232); }
H1.HeaderClassName
{
color: #BBDAE8;
}
.AnyTagClassName
{
color: #BBDAE8;
}
</style>
background-color css
<style>
a { background-color: #BBDAE8; }
a { background-color: rgb(187,218,232); }
div.DivClassName
{
background-color: #BBDAE8;
}
.BgClassName
{
background-color: #BBDAE8;
}
</style>
border-color css
<style>
span { border-color: #BBDAE8; }
span { border-color: rgb(187,218,232); }
td.TdClassName
{
border-color: #BBDAE8;
}
.TagClassName
{
border-color: #BBDAE8;
}
</style>