Html Css Color HEX #BED9F0 Pale Cornflower Blue
📋 copy color: '#BED9F0'red 190 ◦ green 217 ◦ blue 240
Shades of Pale Cornflower Blue #BED9F0
Tints of Pale Cornflower Blue #BED9F0
RGB
CMYK
RGB Variations
Color information
#BED9F0 (or 0xBED9F0) is known color: Pale Cornflower Blue. HEX triplet: BE, D9 and F0. RGB value is (190,217,240). Sum of RGB (Red+Green+Blue) = 190+217+240=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9F0 is #41260F. Grayscale: #D3D3D3. Windows color (decimal): -4269584 or 15784382. OLE color: 15784382.
HSL color Cylindrical-coordinate representation of color #BED9F0: hue angle of 207.6º 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 #BED9F0 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 217 | 240 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.06 |
| HSL | 207.6º | 0.63% | 0.84% | - |
| HSV(B) | 207.6º | 0.21% | 0.94% | - |
| XYZ | 61.78 | 66.86 | 92.09 | - |
| YUV | 211.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 240 | 0.21 | 0.10 | 0 | 0.06 | 207.6 | 0.63 | 0.84 |
| Hex | BE | D9 | F0 | 15 | A | 0 | 6 | D0 | 3E | 54 |
| Octal | 276 | 331 | 360 | 25 | 12 | 0 | 6 | 320 | 76 | 124 |
| Binary | 10111110 | 11011001 | 11110000 | 10101 | 1010 | 0 | 110 | 11010000 | 111110 | 1010100 |
Color Harmonies of #BED9F0
Complementary color
Monochromatic Colors of #BED9F0
Black with #BED9F0
Text Example
Text Example
White with #BED9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9F0; }
p { color: rgb(190,217,240); }
H1.HeaderClassName
{
color: #BED9F0;
}
.AnyTagClassName
{
color: #BED9F0;
}
</style>
background-color css
<style>
a { background-color: #BED9F0; }
a { background-color: rgb(190,217,240); }
div.DivClassName
{
background-color: #BED9F0;
}
.BgClassName
{
background-color: #BED9F0;
}
</style>
border-color css
<style>
span { border-color: #BED9F0; }
span { border-color: rgb(190,217,240); }
td.TdClassName
{
border-color: #BED9F0;
}
.TagClassName
{
border-color: #BED9F0;
}
</style>