Html Css Color HEX #B7D3EC Pale Cornflower Blue
📋 copy color: '#B7D3EC'red 183 ◦ green 211 ◦ blue 236
Shades of Pale Cornflower Blue #B7D3EC
Tints of Pale Cornflower Blue #B7D3EC
RGB
CMYK
RGB Variations
Color information
#B7D3EC (or 0xB7D3EC) is known color: Pale Cornflower Blue. HEX triplet: B7, D3 and EC. RGB value is (183,211,236). Sum of RGB (Red+Green+Blue) = 183+211+236=630 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.05% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7D3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D3EC is #482C13. Grayscale: #CDCDCD. Windows color (decimal): -4729876 or 15520695. OLE color: 15520695.
HSL color Cylindrical-coordinate representation of color #B7D3EC: hue angle of 208.3º 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 #B7D3EC is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 211 | 236 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.07 |
| HSL | 208.3º | 0.58% | 0.82% | - |
| HSV(B) | 208.3º | 0.22% | 0.93% | - |
| XYZ | 57.96 | 62.71 | 88.41 | - |
| YUV | 205.48 | 145.22 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 236 | 0.22 | 0.11 | 0 | 0.07 | 208.3 | 0.58 | 0.82 |
| Hex | B7 | D3 | EC | 16 | B | 0 | 7 | D0 | 3A | 52 |
| Octal | 267 | 323 | 354 | 26 | 13 | 0 | 7 | 320 | 72 | 122 |
| Binary | 10110111 | 11010011 | 11101100 | 10110 | 1011 | 0 | 111 | 11010000 | 111010 | 1010010 |
Color Harmonies of #B7D3EC
Complementary color
Monochromatic Colors of #B7D3EC
Black with #B7D3EC
Text Example
Text Example
White with #B7D3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D3EC; }
p { color: rgb(183,211,236); }
H1.HeaderClassName
{
color: #B7D3EC;
}
.AnyTagClassName
{
color: #B7D3EC;
}
</style>
background-color css
<style>
a { background-color: #B7D3EC; }
a { background-color: rgb(183,211,236); }
div.DivClassName
{
background-color: #B7D3EC;
}
.BgClassName
{
background-color: #B7D3EC;
}
</style>
border-color css
<style>
span { border-color: #B7D3EC; }
span { border-color: rgb(183,211,236); }
td.TdClassName
{
border-color: #B7D3EC;
}
.TagClassName
{
border-color: #B7D3EC;
}
</style>