Shades of Light Blue #BCDAE2
Tints of Light Blue #BCDAE2
RGB
CMYK
RGB Variations
Color information
#BCDAE2 (or 0xBCDAE2) is known color: Light Blue. HEX triplet: BC, DA and E2. RGB value is (188,218,226). Sum of RGB (Red+Green+Blue) = 188+218+226=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 226 (88.67% from 255 or 35.76% from 632); Max value from RGB is 226 - color contains mainly: blue. Hex color #BCDAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAE2 is #43251D. Grayscale: #D1D1D1. Windows color (decimal): -4400414 or 14867132. OLE color: 14867132.
HSL color Cylindrical-coordinate representation of color #BCDAE2: hue angle of 192.63º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCDAE2 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 218 | 226 | - |
| CMYK | 0.17 | 0.04 | 0 | 0.11 |
| HSL | 192.63º | 0.4% | 0.81% | - |
| HSV(B) | 192.63º | 0.17% | 0.89% | - |
| XYZ | 59.54 | 66.33 | 81.62 | - |
| YUV | 209.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 226 | 0.17 | 0.04 | 0 | 0.11 | 192.63 | 0.4 | 0.81 |
| Hex | BC | DA | E2 | 11 | 4 | 0 | B | C1 | 28 | 51 |
| Octal | 274 | 332 | 342 | 21 | 4 | 0 | 13 | 301 | 50 | 121 |
| Binary | 10111100 | 11011010 | 11100010 | 10001 | 100 | 0 | 1011 | 11000001 | 101000 | 1010001 |
Color Harmonies of #BCDAE2
Complementary color
Monochromatic Colors of #BCDAE2
Black with #BCDAE2
Text Example
Text Example
White with #BCDAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAE2; }
p { color: rgb(188,218,226); }
H1.HeaderClassName
{
color: #BCDAE2;
}
.AnyTagClassName
{
color: #BCDAE2;
}
</style>
background-color css
<style>
a { background-color: #BCDAE2; }
a { background-color: rgb(188,218,226); }
div.DivClassName
{
background-color: #BCDAE2;
}
.BgClassName
{
background-color: #BCDAE2;
}
</style>
border-color css
<style>
span { border-color: #BCDAE2; }
span { border-color: rgb(188,218,226); }
td.TdClassName
{
border-color: #BCDAE2;
}
.TagClassName
{
border-color: #BCDAE2;
}
</style>