Html Css Color HEX #BCD5E8 Pale Cornflower Blue
📋 copy color: '#BCD5E8'red 188 ◦ green 213 ◦ blue 232
Shades of Pale Cornflower Blue #BCD5E8
Tints of Pale Cornflower Blue #BCD5E8
RGB
CMYK
RGB Variations
Color information
#BCD5E8 (or 0xBCD5E8) is known color: Pale Cornflower Blue. HEX triplet: BC, D5 and E8. RGB value is (188,213,232). Sum of RGB (Red+Green+Blue) = 188+213+232=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 213 (83.59% from 255 or 33.65% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCD5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5E8 is #432A17. Grayscale: #CFCFCF. Windows color (decimal): -4401688 or 15259068. OLE color: 15259068.
HSL color Cylindrical-coordinate representation of color #BCD5E8: hue angle of 205.91º 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 #BCD5E8 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 213 | 232 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.09 |
| HSL | 205.91º | 0.49% | 0.82% | - |
| HSV(B) | 205.91º | 0.19% | 0.91% | - |
| XYZ | 59.1 | 64.11 | 85.6 | - |
| YUV | 207.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 213 | 232 | 0.19 | 0.08 | 0 | 0.09 | 205.91 | 0.49 | 0.82 |
| Hex | BC | D5 | E8 | 13 | 8 | 0 | 9 | CE | 31 | 52 |
| Octal | 274 | 325 | 350 | 23 | 10 | 0 | 11 | 316 | 61 | 122 |
| Binary | 10111100 | 11010101 | 11101000 | 10011 | 1000 | 0 | 1001 | 11001110 | 110001 | 1010010 |
Color Harmonies of #BCD5E8
Complementary color
Monochromatic Colors of #BCD5E8
Black with #BCD5E8
Text Example
Text Example
White with #BCD5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD5E8; }
p { color: rgb(188,213,232); }
H1.HeaderClassName
{
color: #BCD5E8;
}
.AnyTagClassName
{
color: #BCD5E8;
}
</style>
background-color css
<style>
a { background-color: #BCD5E8; }
a { background-color: rgb(188,213,232); }
div.DivClassName
{
background-color: #BCD5E8;
}
.BgClassName
{
background-color: #BCD5E8;
}
</style>
border-color css
<style>
span { border-color: #BCD5E8; }
span { border-color: rgb(188,213,232); }
td.TdClassName
{
border-color: #BCD5E8;
}
.TagClassName
{
border-color: #BCD5E8;
}
</style>