Html Css Color HEX #B7D4EC Pale Cornflower Blue
📋 copy color: '#B7D4EC'red 183 ◦ green 212 ◦ blue 236
Shades of Pale Cornflower Blue #B7D4EC
Tints of Pale Cornflower Blue #B7D4EC
RGB
CMYK
RGB Variations
Color information
#B7D4EC (or 0xB7D4EC) is known color: Pale Cornflower Blue. HEX triplet: B7, D4 and EC. RGB value is (183,212,236). Sum of RGB (Red+Green+Blue) = 183+212+236=631 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.00% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7D4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D4EC is #482B13. Grayscale: #CDCDCD. Windows color (decimal): -4729620 or 15520951. OLE color: 15520951.
HSL color Cylindrical-coordinate representation of color #B7D4EC: hue angle of 207.17º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7D4EC is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 212 | 236 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.07 |
| HSL | 207.17º | 0.58% | 0.82% | - |
| HSV(B) | 207.17º | 0.22% | 0.93% | - |
| XYZ | 58.21 | 63.21 | 88.49 | - |
| YUV | 206.07 | 144.89 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 236 | 0.22 | 0.10 | 0 | 0.07 | 207.17 | 0.58 | 0.82 |
| Hex | B7 | D4 | EC | 16 | A | 0 | 7 | CF | 3A | 52 |
| Octal | 267 | 324 | 354 | 26 | 12 | 0 | 7 | 317 | 72 | 122 |
| Binary | 10110111 | 11010100 | 11101100 | 10110 | 1010 | 0 | 111 | 11001111 | 111010 | 1010010 |
Color Harmonies of #B7D4EC
Complementary color
Monochromatic Colors of #B7D4EC
Black with #B7D4EC
Text Example
Text Example
White with #B7D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D4EC; }
p { color: rgb(183,212,236); }
H1.HeaderClassName
{
color: #B7D4EC;
}
.AnyTagClassName
{
color: #B7D4EC;
}
</style>
background-color css
<style>
a { background-color: #B7D4EC; }
a { background-color: rgb(183,212,236); }
div.DivClassName
{
background-color: #B7D4EC;
}
.BgClassName
{
background-color: #B7D4EC;
}
</style>
border-color css
<style>
span { border-color: #B7D4EC; }
span { border-color: rgb(183,212,236); }
td.TdClassName
{
border-color: #B7D4EC;
}
.TagClassName
{
border-color: #B7D4EC;
}
</style>