Shades of Light Blue #BBDAEF
Tints of Light Blue #BBDAEF
RGB
CMYK
RGB Variations
Color information
#BBDAEF (or 0xBBDAEF) is known color: Light Blue. HEX triplet: BB, DA and EF. RGB value is (187,218,239). Sum of RGB (Red+Green+Blue) = 187+218+239=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBDAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAEF is #442510. Grayscale: #D3D3D3. Windows color (decimal): -4465937 or 15719099. OLE color: 15719099.
HSL color Cylindrical-coordinate representation of color #BBDAEF: hue angle of 204.23º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBDAEF is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 218 | 239 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.06 |
| HSL | 204.23º | 0.62% | 0.84% | - |
| HSV(B) | 204.23º | 0.22% | 0.94% | - |
| XYZ | 61.14 | 66.94 | 91.36 | - |
| YUV | 211.13 | 143.73 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 239 | 0.22 | 0.09 | 0 | 0.06 | 204.23 | 0.62 | 0.84 |
| Hex | BB | DA | EF | 16 | 9 | 0 | 6 | CC | 3E | 54 |
| Octal | 273 | 332 | 357 | 26 | 11 | 0 | 6 | 314 | 76 | 124 |
| Binary | 10111011 | 11011010 | 11101111 | 10110 | 1001 | 0 | 110 | 11001100 | 111110 | 1010100 |
Color Harmonies of #BBDAEF
Complementary color
Monochromatic Colors of #BBDAEF
Black with #BBDAEF
Text Example
Text Example
White with #BBDAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAEF; }
p { color: rgb(187,218,239); }
H1.HeaderClassName
{
color: #BBDAEF;
}
.AnyTagClassName
{
color: #BBDAEF;
}
</style>
background-color css
<style>
a { background-color: #BBDAEF; }
a { background-color: rgb(187,218,239); }
div.DivClassName
{
background-color: #BBDAEF;
}
.BgClassName
{
background-color: #BBDAEF;
}
</style>
border-color css
<style>
span { border-color: #BBDAEF; }
span { border-color: rgb(187,218,239); }
td.TdClassName
{
border-color: #BBDAEF;
}
.TagClassName
{
border-color: #BBDAEF;
}
</style>