Html Css Color HEX #BED7F9 Pale Cornflower Blue
📋 copy color: '#BED7F9'red 190 ◦ green 215 ◦ blue 249
Shades of Pale Cornflower Blue #BED7F9
Tints of Pale Cornflower Blue #BED7F9
RGB
CMYK
RGB Variations
Color information
#BED7F9 (or 0xBED7F9) is known color: Pale Cornflower Blue. HEX triplet: BE, D7 and F9. RGB value is (190,215,249). Sum of RGB (Red+Green+Blue) = 190+215+249=654 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.05% from 654); Green value is 215 (84.38% from 255 or 32.87% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 249 - color contains mainly: blue. Hex color #BED7F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7F9 is #412806. Grayscale: #D3D3D3. Windows color (decimal): -4270087 or 16373694. OLE color: 16373694.
HSL color Cylindrical-coordinate representation of color #BED7F9: hue angle of 214.58º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED7F9 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 190 | 215 | 249 | - |
| CMYK | 0.24 | 0.14 | 0 | 0.02 |
| HSL | 214.58º | 0.83% | 0.86% | - |
| HSV(B) | 214.58º | 0.24% | 0.98% | - |
| XYZ | 62.63 | 66.39 | 99.14 | - |
| YUV | 211.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 249 | 0.24 | 0.14 | 0 | 0.02 | 214.58 | 0.83 | 0.86 |
| Hex | BE | D7 | F9 | 18 | E | 0 | 2 | D7 | 53 | 56 |
| Octal | 276 | 327 | 371 | 30 | 16 | 0 | 2 | 327 | 123 | 126 |
| Binary | 10111110 | 11010111 | 11111001 | 11000 | 1110 | 0 | 10 | 11010111 | 1010011 | 1010110 |
Color Harmonies of #BED7F9
Complementary color
Monochromatic Colors of #BED7F9
Black with #BED7F9
Text Example
Text Example
White with #BED7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED7F9; }
p { color: rgb(190,215,249); }
H1.HeaderClassName
{
color: #BED7F9;
}
.AnyTagClassName
{
color: #BED7F9;
}
</style>
background-color css
<style>
a { background-color: #BED7F9; }
a { background-color: rgb(190,215,249); }
div.DivClassName
{
background-color: #BED7F9;
}
.BgClassName
{
background-color: #BED7F9;
}
</style>
border-color css
<style>
span { border-color: #BED7F9; }
span { border-color: rgb(190,215,249); }
td.TdClassName
{
border-color: #BED7F9;
}
.TagClassName
{
border-color: #BED7F9;
}
</style>