Html Css Color HEX #BCD4E8 Pale Cornflower Blue
📋 copy color: '#BCD4E8'red 188 ◦ green 212 ◦ blue 232
Shades of Pale Cornflower Blue #BCD4E8
Tints of Pale Cornflower Blue #BCD4E8
RGB
CMYK
RGB Variations
Color information
#BCD4E8 (or 0xBCD4E8) is known color: Pale Cornflower Blue. HEX triplet: BC, D4 and E8. RGB value is (188,212,232). Sum of RGB (Red+Green+Blue) = 188+212+232=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCD4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD4E8 is #432B17. Grayscale: #CFCFCF. Windows color (decimal): -4401944 or 15258812. OLE color: 15258812.
HSL color Cylindrical-coordinate representation of color #BCD4E8: hue angle of 207.27º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCD4E8 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 212 | 232 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.09 |
| HSL | 207.27º | 0.49% | 0.82% | - |
| HSV(B) | 207.27º | 0.19% | 0.91% | - |
| XYZ | 58.85 | 63.6 | 85.52 | - |
| YUV | 207.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 212 | 232 | 0.19 | 0.09 | 0 | 0.09 | 207.27 | 0.49 | 0.82 |
| Hex | BC | D4 | E8 | 13 | 9 | 0 | 9 | CF | 31 | 52 |
| Octal | 274 | 324 | 350 | 23 | 11 | 0 | 11 | 317 | 61 | 122 |
| Binary | 10111100 | 11010100 | 11101000 | 10011 | 1001 | 0 | 1001 | 11001111 | 110001 | 1010010 |
Color Harmonies of #BCD4E8
Complementary color
Monochromatic Colors of #BCD4E8
Black with #BCD4E8
Text Example
Text Example
White with #BCD4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD4E8; }
p { color: rgb(188,212,232); }
H1.HeaderClassName
{
color: #BCD4E8;
}
.AnyTagClassName
{
color: #BCD4E8;
}
</style>
background-color css
<style>
a { background-color: #BCD4E8; }
a { background-color: rgb(188,212,232); }
div.DivClassName
{
background-color: #BCD4E8;
}
.BgClassName
{
background-color: #BCD4E8;
}
</style>
border-color css
<style>
span { border-color: #BCD4E8; }
span { border-color: rgb(188,212,232); }
td.TdClassName
{
border-color: #BCD4E8;
}
.TagClassName
{
border-color: #BCD4E8;
}
</style>