Html Css Color HEX #B7D5EE Pale Cornflower Blue
📋 copy color: '#B7D5EE'red 183 ◦ green 213 ◦ blue 238
Shades of Pale Cornflower Blue #B7D5EE
Tints of Pale Cornflower Blue #B7D5EE
RGB
CMYK
RGB Variations
Color information
#B7D5EE (or 0xB7D5EE) is known color: Pale Cornflower Blue. HEX triplet: B7, D5 and EE. RGB value is (183,213,238). Sum of RGB (Red+Green+Blue) = 183+213+238=634 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.86% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7D5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D5EE is #482A11. Grayscale: #CECECE. Windows color (decimal): -4729362 or 15652279. OLE color: 15652279.
HSL color Cylindrical-coordinate representation of color #B7D5EE: hue angle of 207.27º 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 #B7D5EE is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 213 | 238 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.07 |
| HSL | 207.27º | 0.62% | 0.83% | - |
| HSV(B) | 207.27º | 0.23% | 0.93% | - |
| XYZ | 58.76 | 63.83 | 90.11 | - |
| YUV | 206.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 238 | 0.23 | 0.11 | 0 | 0.07 | 207.27 | 0.62 | 0.83 |
| Hex | B7 | D5 | EE | 17 | B | 0 | 7 | CF | 3E | 53 |
| Octal | 267 | 325 | 356 | 27 | 13 | 0 | 7 | 317 | 76 | 123 |
| Binary | 10110111 | 11010101 | 11101110 | 10111 | 1011 | 0 | 111 | 11001111 | 111110 | 1010011 |
Color Harmonies of #B7D5EE
Complementary color
Monochromatic Colors of #B7D5EE
Black with #B7D5EE
Text Example
Text Example
White with #B7D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D5EE; }
p { color: rgb(183,213,238); }
H1.HeaderClassName
{
color: #B7D5EE;
}
.AnyTagClassName
{
color: #B7D5EE;
}
</style>
background-color css
<style>
a { background-color: #B7D5EE; }
a { background-color: rgb(183,213,238); }
div.DivClassName
{
background-color: #B7D5EE;
}
.BgClassName
{
background-color: #B7D5EE;
}
</style>
border-color css
<style>
span { border-color: #B7D5EE; }
span { border-color: rgb(183,213,238); }
td.TdClassName
{
border-color: #B7D5EE;
}
.TagClassName
{
border-color: #B7D5EE;
}
</style>