Html Css Color HEX #B7D9FE Pale Cornflower Blue
📋 copy color: '#B7D9FE'red 183 ◦ green 217 ◦ blue 254
Shades of Pale Cornflower Blue #B7D9FE
Tints of Pale Cornflower Blue #B7D9FE
RGB
CMYK
RGB Variations
Color information
#B7D9FE (or 0xB7D9FE) is known color: Pale Cornflower Blue. HEX triplet: B7, D9 and FE. RGB value is (183,217,254). Sum of RGB (Red+Green+Blue) = 183+217+254=654 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.98% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D9FE is #482601. Grayscale: #D2D2D2. Windows color (decimal): -4728322 or 16701879. OLE color: 16701879.
HSL color Cylindrical-coordinate representation of color #B7D9FE: hue angle of 211.27º 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 #B7D9FE is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 217 | 254 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.00 |
| HSL | 211.27º | 0.97% | 0.86% | - |
| HSV(B) | 211.27º | 0.28% | 1% | - |
| XYZ | 62.23 | 66.85 | 103.39 | - |
| YUV | 211.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 217 | 254 | 0.28 | 0.15 | 0 | 0.00 | 211.27 | 0.97 | 0.86 |
| Hex | B7 | D9 | FE | 1C | F | 0 | 0 | D3 | 61 | 56 |
| Octal | 267 | 331 | 376 | 34 | 17 | 0 | 0 | 323 | 141 | 126 |
| Binary | 10110111 | 11011001 | 11111110 | 11100 | 1111 | 0 | 0 | 11010011 | 1100001 | 1010110 |
Color Harmonies of #B7D9FE
Complementary color
Monochromatic Colors of #B7D9FE
Black with #B7D9FE
Text Example
Text Example
White with #B7D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D9FE; }
p { color: rgb(183,217,254); }
H1.HeaderClassName
{
color: #B7D9FE;
}
.AnyTagClassName
{
color: #B7D9FE;
}
</style>
background-color css
<style>
a { background-color: #B7D9FE; }
a { background-color: rgb(183,217,254); }
div.DivClassName
{
background-color: #B7D9FE;
}
.BgClassName
{
background-color: #B7D9FE;
}
</style>
border-color css
<style>
span { border-color: #B7D9FE; }
span { border-color: rgb(183,217,254); }
td.TdClassName
{
border-color: #B7D9FE;
}
.TagClassName
{
border-color: #B7D9FE;
}
</style>