Shades of Light Blue #BCDAE4
Tints of Light Blue #BCDAE4
RGB
CMYK
RGB Variations
Color information
#BCDAE4 (or 0xBCDAE4) is known color: Light Blue. HEX triplet: BC, DA and E4. RGB value is (188,218,228). Sum of RGB (Red+Green+Blue) = 188+218+228=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 228 (89.45% from 255 or 35.96% from 634); Max value from RGB is 228 - color contains mainly: blue. Hex color #BCDAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAE4 is #43251B. Grayscale: #D2D2D2. Windows color (decimal): -4400412 or 14998204. OLE color: 14998204.
HSL color Cylindrical-coordinate representation of color #BCDAE4: hue angle of 195º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDAE4 is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 218 | 228 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.11 |
| HSL | 195º | 0.43% | 0.82% | - |
| HSV(B) | 195º | 0.18% | 0.89% | - |
| XYZ | 59.81 | 66.44 | 83.07 | - |
| YUV | 210.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 228 | 0.18 | 0.04 | 0 | 0.11 | 195 | 0.43 | 0.82 |
| Hex | BC | DA | E4 | 12 | 4 | 0 | B | C3 | 2B | 52 |
| Octal | 274 | 332 | 344 | 22 | 4 | 0 | 13 | 303 | 53 | 122 |
| Binary | 10111100 | 11011010 | 11100100 | 10010 | 100 | 0 | 1011 | 11000011 | 101011 | 1010010 |
Color Harmonies of #BCDAE4
Complementary color
Monochromatic Colors of #BCDAE4
Black with #BCDAE4
Text Example
Text Example
White with #BCDAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDAE4; }
p { color: rgb(188,218,228); }
H1.HeaderClassName
{
color: #BCDAE4;
}
.AnyTagClassName
{
color: #BCDAE4;
}
</style>
background-color css
<style>
a { background-color: #BCDAE4; }
a { background-color: rgb(188,218,228); }
div.DivClassName
{
background-color: #BCDAE4;
}
.BgClassName
{
background-color: #BCDAE4;
}
</style>
border-color css
<style>
span { border-color: #BCDAE4; }
span { border-color: rgb(188,218,228); }
td.TdClassName
{
border-color: #BCDAE4;
}
.TagClassName
{
border-color: #BCDAE4;
}
</style>