Html Css Color HEX #B7D2ED Pale Cornflower Blue
📋 copy color: '#B7D2ED'red 183 ◦ green 210 ◦ blue 237
Shades of Pale Cornflower Blue #B7D2ED
Tints of Pale Cornflower Blue #B7D2ED
RGB
CMYK
RGB Variations
Color information
#B7D2ED (or 0xB7D2ED) is known color: Pale Cornflower Blue. HEX triplet: B7, D2 and ED. RGB value is (183,210,237). Sum of RGB (Red+Green+Blue) = 183+210+237=630 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.05% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7D2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D2ED is #482D12. Grayscale: #CCCCCC. Windows color (decimal): -4730131 or 15585975. OLE color: 15585975.
HSL color Cylindrical-coordinate representation of color #B7D2ED: hue angle of 210º 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 #B7D2ED is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 210 | 237 | - |
CMYK | 0.23 | 0.11 | 0 | 0.07 |
HSL | 210º | 0.6% | 0.82% | - |
HSV(B) | 210º | 0.23% | 0.93% | - |
XYZ | 57.86 | 62.27 | 89.09 | - |
YUV | 205.01 | 146.05 | 112.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 210 | 237 | 0.23 | 0.11 | 0 | 0.07 | 210 | 0.6 | 0.82 |
Hex | B7 | D2 | ED | 17 | B | 0 | 7 | D2 | 3C | 52 |
Octal | 267 | 322 | 355 | 27 | 13 | 0 | 7 | 322 | 74 | 122 |
Binary | 10110111 | 11010010 | 11101101 | 10111 | 1011 | 0 | 111 | 11010010 | 111100 | 1010010 |
Color Harmonies of #B7D2ED
Complementary color
Monochromatic Colors of #B7D2ED
Black with #B7D2ED
Text Example
Text Example
White with #B7D2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D2ED; }
p { color: rgb(183,210,237); }
H1.HeaderClassName
{
color: #B7D2ED;
}
.AnyTagClassName
{
color: #B7D2ED;
}
</style>
background-color css
<style>
a { background-color: #B7D2ED; }
a { background-color: rgb(183,210,237); }
div.DivClassName
{
background-color: #B7D2ED;
}
.BgClassName
{
background-color: #B7D2ED;
}
</style>
border-color css
<style>
span { border-color: #B7D2ED; }
span { border-color: rgb(183,210,237); }
td.TdClassName
{
border-color: #B7D2ED;
}
.TagClassName
{
border-color: #B7D2ED;
}
</style>