Shades of Light Blue #BBDAEB
Tints of Light Blue #BBDAEB
RGB
CMYK
RGB Variations
Color information
#BBDAEB (or 0xBBDAEB) is known color: Light Blue. HEX triplet: BB, DA and EB. RGB value is (187,218,235). Sum of RGB (Red+Green+Blue) = 187+218+235=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDAEB is #442514. Grayscale: #D2D2D2. Windows color (decimal): -4465941 or 15456955. OLE color: 15456955.
HSL color Cylindrical-coordinate representation of color #BBDAEB: hue angle of 201.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBDAEB is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 218 | 235 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.08 |
| HSL | 201.25º | 0.55% | 0.83% | - |
| HSV(B) | 201.25º | 0.2% | 0.92% | - |
| XYZ | 60.56 | 66.71 | 88.28 | - |
| YUV | 210.67 | 141.73 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 235 | 0.20 | 0.07 | 0 | 0.08 | 201.25 | 0.55 | 0.83 |
| Hex | BB | DA | EB | 14 | 7 | 0 | 8 | C9 | 37 | 53 |
| Octal | 273 | 332 | 353 | 24 | 7 | 0 | 10 | 311 | 67 | 123 |
| Binary | 10111011 | 11011010 | 11101011 | 10100 | 111 | 0 | 1000 | 11001001 | 110111 | 1010011 |
Color Harmonies of #BBDAEB
Complementary color
Monochromatic Colors of #BBDAEB
Black with #BBDAEB
Text Example
Text Example
White with #BBDAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDAEB; }
p { color: rgb(187,218,235); }
H1.HeaderClassName
{
color: #BBDAEB;
}
.AnyTagClassName
{
color: #BBDAEB;
}
</style>
background-color css
<style>
a { background-color: #BBDAEB; }
a { background-color: rgb(187,218,235); }
div.DivClassName
{
background-color: #BBDAEB;
}
.BgClassName
{
background-color: #BBDAEB;
}
</style>
border-color css
<style>
span { border-color: #BBDAEB; }
span { border-color: rgb(187,218,235); }
td.TdClassName
{
border-color: #BBDAEB;
}
.TagClassName
{
border-color: #BBDAEB;
}
</style>