Html Css Color HEX #BED8F2 Pale Cornflower Blue
📋 copy color: '#BED8F2'red 190 ◦ green 216 ◦ blue 242
Shades of Pale Cornflower Blue #BED8F2
Tints of Pale Cornflower Blue #BED8F2
RGB
CMYK
RGB Variations
Color information
#BED8F2 (or 0xBED8F2) is known color: Pale Cornflower Blue. HEX triplet: BE, D8 and F2. RGB value is (190,216,242). Sum of RGB (Red+Green+Blue) = 190+216+242=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 216 (84.77% from 255 or 33.33% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #BED8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8F2 is #41270D. Grayscale: #D3D3D3. Windows color (decimal): -4269838 or 15915198. OLE color: 15915198.
HSL color Cylindrical-coordinate representation of color #BED8F2: hue angle of 210º 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 #BED8F2 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 216 | 242 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.05 |
| HSL | 210º | 0.67% | 0.85% | - |
| HSV(B) | 210º | 0.21% | 0.95% | - |
| XYZ | 61.82 | 66.47 | 93.58 | - |
| YUV | 211.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 242 | 0.21 | 0.11 | 0 | 0.05 | 210 | 0.67 | 0.85 |
| Hex | BE | D8 | F2 | 15 | B | 0 | 5 | D2 | 43 | 55 |
| Octal | 276 | 330 | 362 | 25 | 13 | 0 | 5 | 322 | 103 | 125 |
| Binary | 10111110 | 11011000 | 11110010 | 10101 | 1011 | 0 | 101 | 11010010 | 1000011 | 1010101 |
Color Harmonies of #BED8F2
Complementary color
Monochromatic Colors of #BED8F2
Black with #BED8F2
Text Example
Text Example
White with #BED8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8F2; }
p { color: rgb(190,216,242); }
H1.HeaderClassName
{
color: #BED8F2;
}
.AnyTagClassName
{
color: #BED8F2;
}
</style>
background-color css
<style>
a { background-color: #BED8F2; }
a { background-color: rgb(190,216,242); }
div.DivClassName
{
background-color: #BED8F2;
}
.BgClassName
{
background-color: #BED8F2;
}
</style>
border-color css
<style>
span { border-color: #BED8F2; }
span { border-color: rgb(190,216,242); }
td.TdClassName
{
border-color: #BED8F2;
}
.TagClassName
{
border-color: #BED8F2;
}
</style>