Html Css Color HEX #B7D3ED Pale Cornflower Blue
📋 copy color: '#B7D3ED'red 183 ◦ green 211 ◦ blue 237
Shades of Pale Cornflower Blue #B7D3ED
Tints of Pale Cornflower Blue #B7D3ED
RGB
CMYK
RGB Variations
Color information
#B7D3ED (or 0xB7D3ED) is known color: Pale Cornflower Blue. HEX triplet: B7, D3 and ED. RGB value is (183,211,237). Sum of RGB (Red+Green+Blue) = 183+211+237=631 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.00% from 631); Green value is 211 (82.81% from 255 or 33.44% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7D3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D3ED is #482C12. Grayscale: #CDCDCD. Windows color (decimal): -4729875 or 15586231. OLE color: 15586231.
HSL color Cylindrical-coordinate representation of color #B7D3ED: hue angle of 208.89º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7D3ED is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 211 | 237 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.07 |
| HSL | 208.89º | 0.6% | 0.82% | - |
| HSV(B) | 208.89º | 0.23% | 0.93% | - |
| XYZ | 58.11 | 62.77 | 89.17 | - |
| YUV | 205.59 | 145.72 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 211 | 237 | 0.23 | 0.11 | 0 | 0.07 | 208.89 | 0.6 | 0.82 |
| Hex | B7 | D3 | ED | 17 | B | 0 | 7 | D1 | 3C | 52 |
| Octal | 267 | 323 | 355 | 27 | 13 | 0 | 7 | 321 | 74 | 122 |
| Binary | 10110111 | 11010011 | 11101101 | 10111 | 1011 | 0 | 111 | 11010001 | 111100 | 1010010 |
Color Harmonies of #B7D3ED
Complementary color
Monochromatic Colors of #B7D3ED
Black with #B7D3ED
Text Example
Text Example
White with #B7D3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D3ED; }
p { color: rgb(183,211,237); }
H1.HeaderClassName
{
color: #B7D3ED;
}
.AnyTagClassName
{
color: #B7D3ED;
}
</style>
background-color css
<style>
a { background-color: #B7D3ED; }
a { background-color: rgb(183,211,237); }
div.DivClassName
{
background-color: #B7D3ED;
}
.BgClassName
{
background-color: #B7D3ED;
}
</style>
border-color css
<style>
span { border-color: #B7D3ED; }
span { border-color: rgb(183,211,237); }
td.TdClassName
{
border-color: #B7D3ED;
}
.TagClassName
{
border-color: #B7D3ED;
}
</style>