Shades of Light Blue #BCDAE9
Tints of Light Blue #BCDAE9
RGB
CMYK
RGB Variations
Color information
#BCDAE9 (or 0xBCDAE9) is known color: Light Blue. HEX triplet: BC, DA and E9. RGB value is (188,218,233). Sum of RGB (Red+Green+Blue) = 188+218+233=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 233 (91.41% from 255 or 36.46% from 639); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAE9 is #432516. Grayscale: #D2D2D2. Windows color (decimal): -4400407 or 15325884. OLE color: 15325884.
HSL color Cylindrical-coordinate representation of color #BCDAE9: hue angle of 200º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDAE9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 218 | 233 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.09 |
| HSL | 200º | 0.51% | 0.83% | - |
| HSV(B) | 200º | 0.19% | 0.91% | - |
| XYZ | 60.52 | 66.72 | 86.78 | - |
| YUV | 210.74 | 140.56 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 233 | 0.19 | 0.06 | 0 | 0.09 | 200 | 0.51 | 0.83 |
| Hex | BC | DA | E9 | 13 | 6 | 0 | 9 | C8 | 33 | 53 |
| Octal | 274 | 332 | 351 | 23 | 6 | 0 | 11 | 310 | 63 | 123 |
| Binary | 10111100 | 11011010 | 11101001 | 10011 | 110 | 0 | 1001 | 11001000 | 110011 | 1010011 |
Color Harmonies of #BCDAE9
Complementary color
Monochromatic Colors of #BCDAE9
Black with #BCDAE9
Text Example
Text Example
White with #BCDAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAE9; }
p { color: rgb(188,218,233); }
H1.HeaderClassName
{
color: #BCDAE9;
}
.AnyTagClassName
{
color: #BCDAE9;
}
</style>
background-color css
<style>
a { background-color: #BCDAE9; }
a { background-color: rgb(188,218,233); }
div.DivClassName
{
background-color: #BCDAE9;
}
.BgClassName
{
background-color: #BCDAE9;
}
</style>
border-color css
<style>
span { border-color: #BCDAE9; }
span { border-color: rgb(188,218,233); }
td.TdClassName
{
border-color: #BCDAE9;
}
.TagClassName
{
border-color: #BCDAE9;
}
</style>