Html Css Color HEX #BED6EC Pale Cornflower Blue
📋 copy color: '#BED6EC'red 190 ◦ green 214 ◦ blue 236
Shades of Pale Cornflower Blue #BED6EC
Tints of Pale Cornflower Blue #BED6EC
RGB
CMYK
RGB Variations
Color information
#BED6EC (or 0xBED6EC) is known color: Pale Cornflower Blue. HEX triplet: BE, D6 and EC. RGB value is (190,214,236). Sum of RGB (Red+Green+Blue) = 190+214+236=640 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.69% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #BED6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6EC is #412913. Grayscale: #D1D1D1. Windows color (decimal): -4270356 or 15521470. OLE color: 15521470.
HSL color Cylindrical-coordinate representation of color #BED6EC: hue angle of 208.7º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED6EC is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 214 | 236 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.07 |
| HSL | 208.7º | 0.55% | 0.84% | - |
| HSV(B) | 208.7º | 0.19% | 0.93% | - |
| XYZ | 60.42 | 65.1 | 88.74 | - |
| YUV | 209.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 236 | 0.19 | 0.09 | 0 | 0.07 | 208.7 | 0.55 | 0.84 |
| Hex | BE | D6 | EC | 13 | 9 | 0 | 7 | D1 | 37 | 54 |
| Octal | 276 | 326 | 354 | 23 | 11 | 0 | 7 | 321 | 67 | 124 |
| Binary | 10111110 | 11010110 | 11101100 | 10011 | 1001 | 0 | 111 | 11010001 | 110111 | 1010100 |
Color Harmonies of #BED6EC
Complementary color
Monochromatic Colors of #BED6EC
Black with #BED6EC
Text Example
Text Example
White with #BED6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6EC; }
p { color: rgb(190,214,236); }
H1.HeaderClassName
{
color: #BED6EC;
}
.AnyTagClassName
{
color: #BED6EC;
}
</style>
background-color css
<style>
a { background-color: #BED6EC; }
a { background-color: rgb(190,214,236); }
div.DivClassName
{
background-color: #BED6EC;
}
.BgClassName
{
background-color: #BED6EC;
}
</style>
border-color css
<style>
span { border-color: #BED6EC; }
span { border-color: rgb(190,214,236); }
td.TdClassName
{
border-color: #BED6EC;
}
.TagClassName
{
border-color: #BED6EC;
}
</style>