Html Css Color HEX #BED7F2 Pale Cornflower Blue
📋 copy color: '#BED7F2'red 190 ◦ green 215 ◦ blue 242
Shades of Pale Cornflower Blue #BED7F2
Tints of Pale Cornflower Blue #BED7F2
RGB
CMYK
RGB Variations
Color information
#BED7F2 (or 0xBED7F2) is known color: Pale Cornflower Blue. HEX triplet: BE, D7 and F2. RGB value is (190,215,242). Sum of RGB (Red+Green+Blue) = 190+215+242=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #BED7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7F2 is #41280D. Grayscale: #D2D2D2. Windows color (decimal): -4270094 or 15914942. OLE color: 15914942.
HSL color Cylindrical-coordinate representation of color #BED7F2: hue angle of 211.15º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED7F2 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 215 | 242 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.05 |
| HSL | 211.15º | 0.67% | 0.85% | - |
| HSV(B) | 211.15º | 0.21% | 0.95% | - |
| XYZ | 61.56 | 65.96 | 93.49 | - |
| YUV | 210.6 | 145.72 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 242 | 0.21 | 0.11 | 0 | 0.05 | 211.15 | 0.67 | 0.85 |
| Hex | BE | D7 | F2 | 15 | B | 0 | 5 | D3 | 43 | 55 |
| Octal | 276 | 327 | 362 | 25 | 13 | 0 | 5 | 323 | 103 | 125 |
| Binary | 10111110 | 11010111 | 11110010 | 10101 | 1011 | 0 | 101 | 11010011 | 1000011 | 1010101 |
Color Harmonies of #BED7F2
Complementary color
Monochromatic Colors of #BED7F2
Black with #BED7F2
Text Example
Text Example
White with #BED7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED7F2; }
p { color: rgb(190,215,242); }
H1.HeaderClassName
{
color: #BED7F2;
}
.AnyTagClassName
{
color: #BED7F2;
}
</style>
background-color css
<style>
a { background-color: #BED7F2; }
a { background-color: rgb(190,215,242); }
div.DivClassName
{
background-color: #BED7F2;
}
.BgClassName
{
background-color: #BED7F2;
}
</style>
border-color css
<style>
span { border-color: #BED7F2; }
span { border-color: rgb(190,215,242); }
td.TdClassName
{
border-color: #BED7F2;
}
.TagClassName
{
border-color: #BED7F2;
}
</style>