Html Css Color HEX #BED6F0 Pale Cornflower Blue
📋 copy color: '#BED6F0'red 190 ◦ green 214 ◦ blue 240
Shades of Pale Cornflower Blue #BED6F0
Tints of Pale Cornflower Blue #BED6F0
RGB
CMYK
RGB Variations
Color information
#BED6F0 (or 0xBED6F0) is known color: Pale Cornflower Blue. HEX triplet: BE, D6 and F0. RGB value is (190,214,240). Sum of RGB (Red+Green+Blue) = 190+214+240=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6F0 is #41290F. Grayscale: #D1D1D1. Windows color (decimal): -4270352 or 15783614. OLE color: 15783614.
HSL color Cylindrical-coordinate representation of color #BED6F0: hue angle of 211.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED6F0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 214 | 240 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.06 |
| HSL | 211.2º | 0.63% | 0.84% | - |
| HSV(B) | 211.2º | 0.21% | 0.94% | - |
| XYZ | 61.01 | 65.33 | 91.83 | - |
| YUV | 209.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 240 | 0.21 | 0.11 | 0 | 0.06 | 211.2 | 0.63 | 0.84 |
| Hex | BE | D6 | F0 | 15 | B | 0 | 6 | D3 | 3E | 54 |
| Octal | 276 | 326 | 360 | 25 | 13 | 0 | 6 | 323 | 76 | 124 |
| Binary | 10111110 | 11010110 | 11110000 | 10101 | 1011 | 0 | 110 | 11010011 | 111110 | 1010100 |
Color Harmonies of #BED6F0
Complementary color
Monochromatic Colors of #BED6F0
Black with #BED6F0
Text Example
Text Example
White with #BED6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6F0; }
p { color: rgb(190,214,240); }
H1.HeaderClassName
{
color: #BED6F0;
}
.AnyTagClassName
{
color: #BED6F0;
}
</style>
background-color css
<style>
a { background-color: #BED6F0; }
a { background-color: rgb(190,214,240); }
div.DivClassName
{
background-color: #BED6F0;
}
.BgClassName
{
background-color: #BED6F0;
}
</style>
border-color css
<style>
span { border-color: #BED6F0; }
span { border-color: rgb(190,214,240); }
td.TdClassName
{
border-color: #BED6F0;
}
.TagClassName
{
border-color: #BED6F0;
}
</style>