Html Css Color HEX #B7D6FE Pale Cornflower Blue
📋 copy color: '#B7D6FE'red 183 ◦ green 214 ◦ blue 254
Shades of Pale Cornflower Blue #B7D6FE
Tints of Pale Cornflower Blue #B7D6FE
RGB
CMYK
RGB Variations
Color information
#B7D6FE (or 0xB7D6FE) is known color: Pale Cornflower Blue. HEX triplet: B7, D6 and FE. RGB value is (183,214,254). Sum of RGB (Red+Green+Blue) = 183+214+254=651 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.11% from 651); Green value is 214 (83.98% from 255 or 32.87% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7D6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D6FE is #482901. Grayscale: #D1D1D1. Windows color (decimal): -4729090 or 16701111. OLE color: 16701111.
HSL color Cylindrical-coordinate representation of color #B7D6FE: hue angle of 213.8º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7D6FE is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 214 | 254 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.00 |
| HSL | 213.8º | 0.97% | 0.86% | - |
| HSV(B) | 213.8º | 0.28% | 1% | - |
| XYZ | 61.46 | 65.32 | 103.13 | - |
| YUV | 209.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 214 | 254 | 0.28 | 0.16 | 0 | 0.00 | 213.8 | 0.97 | 0.86 |
| Hex | B7 | D6 | FE | 1C | 10 | 0 | 0 | D6 | 61 | 56 |
| Octal | 267 | 326 | 376 | 34 | 20 | 0 | 0 | 326 | 141 | 126 |
| Binary | 10110111 | 11010110 | 11111110 | 11100 | 10000 | 0 | 0 | 11010110 | 1100001 | 1010110 |
Color Harmonies of #B7D6FE
Complementary color
Monochromatic Colors of #B7D6FE
Black with #B7D6FE
Text Example
Text Example
White with #B7D6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D6FE; }
p { color: rgb(183,214,254); }
H1.HeaderClassName
{
color: #B7D6FE;
}
.AnyTagClassName
{
color: #B7D6FE;
}
</style>
background-color css
<style>
a { background-color: #B7D6FE; }
a { background-color: rgb(183,214,254); }
div.DivClassName
{
background-color: #B7D6FE;
}
.BgClassName
{
background-color: #B7D6FE;
}
</style>
border-color css
<style>
span { border-color: #B7D6FE; }
span { border-color: rgb(183,214,254); }
td.TdClassName
{
border-color: #B7D6FE;
}
.TagClassName
{
border-color: #B7D6FE;
}
</style>