Html Css Color HEX #B7D6EE Pale Cornflower Blue
📋 copy color: '#B7D6EE'red 183 ◦ green 214 ◦ blue 238
Shades of Pale Cornflower Blue #B7D6EE
Tints of Pale Cornflower Blue #B7D6EE
RGB
CMYK
RGB Variations
Color information
#B7D6EE (or 0xB7D6EE) is known color: Pale Cornflower Blue. HEX triplet: B7, D6 and EE. RGB value is (183,214,238). Sum of RGB (Red+Green+Blue) = 183+214+238=635 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.82% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7D6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D6EE is #482911. Grayscale: #CFCFCF. Windows color (decimal): -4729106 or 15652535. OLE color: 15652535.
HSL color Cylindrical-coordinate representation of color #B7D6EE: hue angle of 206.18º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7D6EE is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 214 | 238 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.07 |
| HSL | 206.18º | 0.62% | 0.83% | - |
| HSV(B) | 206.18º | 0.23% | 0.93% | - |
| XYZ | 59.01 | 64.33 | 90.2 | - |
| YUV | 207.47 | 145.23 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 238 | 0.23 | 0.10 | 0 | 0.07 | 206.18 | 0.62 | 0.83 |
| Hex | B7 | D6 | EE | 17 | A | 0 | 7 | CE | 3E | 53 |
| Octal | 267 | 326 | 356 | 27 | 12 | 0 | 7 | 316 | 76 | 123 |
| Binary | 10110111 | 11010110 | 11101110 | 10111 | 1010 | 0 | 111 | 11001110 | 111110 | 1010011 |
Color Harmonies of #B7D6EE
Complementary color
Monochromatic Colors of #B7D6EE
Black with #B7D6EE
Text Example
Text Example
White with #B7D6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D6EE; }
p { color: rgb(183,214,238); }
H1.HeaderClassName
{
color: #B7D6EE;
}
.AnyTagClassName
{
color: #B7D6EE;
}
</style>
background-color css
<style>
a { background-color: #B7D6EE; }
a { background-color: rgb(183,214,238); }
div.DivClassName
{
background-color: #B7D6EE;
}
.BgClassName
{
background-color: #B7D6EE;
}
</style>
border-color css
<style>
span { border-color: #B7D6EE; }
span { border-color: rgb(183,214,238); }
td.TdClassName
{
border-color: #B7D6EE;
}
.TagClassName
{
border-color: #B7D6EE;
}
</style>