Html Css Color HEX #BED8EC Pale Cornflower Blue
📋 copy color: '#BED8EC'red 190 ◦ green 216 ◦ blue 236
Shades of Pale Cornflower Blue #BED8EC
Tints of Pale Cornflower Blue #BED8EC
RGB
CMYK
RGB Variations
Color information
#BED8EC (or 0xBED8EC) is known color: Pale Cornflower Blue. HEX triplet: BE, D8 and EC. RGB value is (190,216,236). Sum of RGB (Red+Green+Blue) = 190+216+236=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #BED8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8EC is #412713. Grayscale: #D2D2D2. Windows color (decimal): -4269844 or 15521982. OLE color: 15521982.
HSL color Cylindrical-coordinate representation of color #BED8EC: hue angle of 206.09º 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 #BED8EC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 190 | 216 | 236 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.07 |
| HSL | 206.09º | 0.55% | 0.84% | - |
| HSV(B) | 206.09º | 0.19% | 0.93% | - |
| XYZ | 60.93 | 66.12 | 88.91 | - |
| YUV | 210.51 | 142.39 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 236 | 0.19 | 0.08 | 0 | 0.07 | 206.09 | 0.55 | 0.84 |
| Hex | BE | D8 | EC | 13 | 8 | 0 | 7 | CE | 37 | 54 |
| Octal | 276 | 330 | 354 | 23 | 10 | 0 | 7 | 316 | 67 | 124 |
| Binary | 10111110 | 11011000 | 11101100 | 10011 | 1000 | 0 | 111 | 11001110 | 110111 | 1010100 |
Color Harmonies of #BED8EC
Complementary color
Monochromatic Colors of #BED8EC
Black with #BED8EC
Text Example
Text Example
White with #BED8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8EC; }
p { color: rgb(190,216,236); }
H1.HeaderClassName
{
color: #BED8EC;
}
.AnyTagClassName
{
color: #BED8EC;
}
</style>
background-color css
<style>
a { background-color: #BED8EC; }
a { background-color: rgb(190,216,236); }
div.DivClassName
{
background-color: #BED8EC;
}
.BgClassName
{
background-color: #BED8EC;
}
</style>
border-color css
<style>
span { border-color: #BED8EC; }
span { border-color: rgb(190,216,236); }
td.TdClassName
{
border-color: #BED8EC;
}
.TagClassName
{
border-color: #BED8EC;
}
</style>