Shades of Light Blue #BCDAE5
Tints of Light Blue #BCDAE5
RGB
CMYK
RGB Variations
Color information
#BCDAE5 (or 0xBCDAE5) is known color: Light Blue. HEX triplet: BC, DA and E5. RGB value is (188,218,229). Sum of RGB (Red+Green+Blue) = 188+218+229=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAE5 is #43251A. Grayscale: #D2D2D2. Windows color (decimal): -4400411 or 15063740. OLE color: 15063740.
HSL color Cylindrical-coordinate representation of color #BCDAE5: hue angle of 196.1º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDAE5 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 218 | 229 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.10 |
| HSL | 196.1º | 0.44% | 0.82% | - |
| HSV(B) | 196.1º | 0.18% | 0.9% | - |
| XYZ | 59.95 | 66.49 | 83.8 | - |
| YUV | 210.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 229 | 0.18 | 0.05 | 0 | 0.10 | 196.1 | 0.44 | 0.82 |
| Hex | BC | DA | E5 | 12 | 5 | 0 | A | C4 | 2C | 52 |
| Octal | 274 | 332 | 345 | 22 | 5 | 0 | 12 | 304 | 54 | 122 |
| Binary | 10111100 | 11011010 | 11100101 | 10010 | 101 | 0 | 1010 | 11000100 | 101100 | 1010010 |
Color Harmonies of #BCDAE5
Complementary color
Monochromatic Colors of #BCDAE5
Black with #BCDAE5
Text Example
Text Example
White with #BCDAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAE5; }
p { color: rgb(188,218,229); }
H1.HeaderClassName
{
color: #BCDAE5;
}
.AnyTagClassName
{
color: #BCDAE5;
}
</style>
background-color css
<style>
a { background-color: #BCDAE5; }
a { background-color: rgb(188,218,229); }
div.DivClassName
{
background-color: #BCDAE5;
}
.BgClassName
{
background-color: #BCDAE5;
}
</style>
border-color css
<style>
span { border-color: #BCDAE5; }
span { border-color: rgb(188,218,229); }
td.TdClassName
{
border-color: #BCDAE5;
}
.TagClassName
{
border-color: #BCDAE5;
}
</style>