Html Css Color HEX #B7D2F6 Pale Cornflower Blue
📋 copy color: '#B7D2F6'red 183 ◦ green 210 ◦ blue 246
Shades of Pale Cornflower Blue #B7D2F6
Tints of Pale Cornflower Blue #B7D2F6
RGB
CMYK
RGB Variations
Color information
#B7D2F6 (or 0xB7D2F6) is known color: Pale Cornflower Blue. HEX triplet: B7, D2 and F6. RGB value is (183,210,246). Sum of RGB (Red+Green+Blue) = 183+210+246=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 210 (82.42% from 255 or 32.86% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 246 - color contains mainly: blue. Hex color #B7D2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D2F6 is #482D09. Grayscale: #CDCDCD. Windows color (decimal): -4730122 or 16175799. OLE color: 16175799.
HSL color Cylindrical-coordinate representation of color #B7D2F6: hue angle of 214.29º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7D2F6 is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 210 | 246 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.04 |
| HSL | 214.29º | 0.78% | 0.84% | - |
| HSV(B) | 214.29º | 0.26% | 0.96% | - |
| XYZ | 59.21 | 62.81 | 96.19 | - |
| YUV | 206.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 246 | 0.26 | 0.15 | 0 | 0.04 | 214.29 | 0.78 | 0.84 |
| Hex | B7 | D2 | F6 | 1A | F | 0 | 4 | D6 | 4E | 54 |
| Octal | 267 | 322 | 366 | 32 | 17 | 0 | 4 | 326 | 116 | 124 |
| Binary | 10110111 | 11010010 | 11110110 | 11010 | 1111 | 0 | 100 | 11010110 | 1001110 | 1010100 |
Color Harmonies of #B7D2F6
Complementary color
Monochromatic Colors of #B7D2F6
Black with #B7D2F6
Text Example
Text Example
White with #B7D2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D2F6; }
p { color: rgb(183,210,246); }
H1.HeaderClassName
{
color: #B7D2F6;
}
.AnyTagClassName
{
color: #B7D2F6;
}
</style>
background-color css
<style>
a { background-color: #B7D2F6; }
a { background-color: rgb(183,210,246); }
div.DivClassName
{
background-color: #B7D2F6;
}
.BgClassName
{
background-color: #B7D2F6;
}
</style>
border-color css
<style>
span { border-color: #B7D2F6; }
span { border-color: rgb(183,210,246); }
td.TdClassName
{
border-color: #B7D2F6;
}
.TagClassName
{
border-color: #B7D2F6;
}
</style>