Html Css Color HEX #B7D4EF Pale Cornflower Blue
📋 copy color: '#B7D4EF'red 183 ◦ green 212 ◦ blue 239
Shades of Pale Cornflower Blue #B7D4EF
Tints of Pale Cornflower Blue #B7D4EF
RGB
CMYK
RGB Variations
Color information
#B7D4EF (or 0xB7D4EF) is known color: Pale Cornflower Blue. HEX triplet: B7, D4 and EF. RGB value is (183,212,239). Sum of RGB (Red+Green+Blue) = 183+212+239=634 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.86% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D4EF is #482B10. Grayscale: #CECECE. Windows color (decimal): -4729617 or 15717559. OLE color: 15717559.
HSL color Cylindrical-coordinate representation of color #B7D4EF: hue angle of 208.93º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7D4EF is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 212 | 239 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.06 |
| HSL | 208.93º | 0.64% | 0.83% | - |
| HSV(B) | 208.93º | 0.23% | 0.94% | - |
| XYZ | 58.65 | 63.39 | 90.8 | - |
| YUV | 206.41 | 146.39 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 239 | 0.23 | 0.11 | 0 | 0.06 | 208.93 | 0.64 | 0.83 |
| Hex | B7 | D4 | EF | 17 | B | 0 | 6 | D1 | 40 | 53 |
| Octal | 267 | 324 | 357 | 27 | 13 | 0 | 6 | 321 | 100 | 123 |
| Binary | 10110111 | 11010100 | 11101111 | 10111 | 1011 | 0 | 110 | 11010001 | 1000000 | 1010011 |
Color Harmonies of #B7D4EF
Complementary color
Monochromatic Colors of #B7D4EF
Black with #B7D4EF
Text Example
Text Example
White with #B7D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D4EF; }
p { color: rgb(183,212,239); }
H1.HeaderClassName
{
color: #B7D4EF;
}
.AnyTagClassName
{
color: #B7D4EF;
}
</style>
background-color css
<style>
a { background-color: #B7D4EF; }
a { background-color: rgb(183,212,239); }
div.DivClassName
{
background-color: #B7D4EF;
}
.BgClassName
{
background-color: #B7D4EF;
}
</style>
border-color css
<style>
span { border-color: #B7D4EF; }
span { border-color: rgb(183,212,239); }
td.TdClassName
{
border-color: #B7D4EF;
}
.TagClassName
{
border-color: #B7D4EF;
}
</style>