Shades of Light Blue #BBDAEE
Tints of Light Blue #BBDAEE
RGB
CMYK
RGB Variations
Color information
#BBDAEE (or 0xBBDAEE) is known color: Light Blue. HEX triplet: BB, DA and EE. RGB value is (187,218,238). Sum of RGB (Red+Green+Blue) = 187+218+238=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAEE is #442511. Grayscale: #D2D2D2. Windows color (decimal): -4465938 or 15653563. OLE color: 15653563.
HSL color Cylindrical-coordinate representation of color #BBDAEE: hue angle of 203.53º degrees, saturation: 0.6, 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 #BBDAEE is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 218 | 238 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.07 |
| HSL | 203.53º | 0.6% | 0.83% | - |
| HSV(B) | 203.53º | 0.21% | 0.93% | - |
| XYZ | 61 | 66.88 | 90.58 | - |
| YUV | 211.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 238 | 0.21 | 0.08 | 0 | 0.07 | 203.53 | 0.6 | 0.83 |
| Hex | BB | DA | EE | 15 | 8 | 0 | 7 | CC | 3C | 53 |
| Octal | 273 | 332 | 356 | 25 | 10 | 0 | 7 | 314 | 74 | 123 |
| Binary | 10111011 | 11011010 | 11101110 | 10101 | 1000 | 0 | 111 | 11001100 | 111100 | 1010011 |
Color Harmonies of #BBDAEE
Complementary color
Monochromatic Colors of #BBDAEE
Black with #BBDAEE
Text Example
Text Example
White with #BBDAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAEE; }
p { color: rgb(187,218,238); }
H1.HeaderClassName
{
color: #BBDAEE;
}
.AnyTagClassName
{
color: #BBDAEE;
}
</style>
background-color css
<style>
a { background-color: #BBDAEE; }
a { background-color: rgb(187,218,238); }
div.DivClassName
{
background-color: #BBDAEE;
}
.BgClassName
{
background-color: #BBDAEE;
}
</style>
border-color css
<style>
span { border-color: #BBDAEE; }
span { border-color: rgb(187,218,238); }
td.TdClassName
{
border-color: #BBDAEE;
}
.TagClassName
{
border-color: #BBDAEE;
}
</style>