Html Css Color HEX #B7D1FB Pale Cornflower Blue
📋 copy color: '#B7D1FB'red 183 ◦ green 209 ◦ blue 251
Shades of Pale Cornflower Blue #B7D1FB
Tints of Pale Cornflower Blue #B7D1FB
RGB
CMYK
RGB Variations
Color information
#B7D1FB (or 0xB7D1FB) is known color: Pale Cornflower Blue. HEX triplet: B7, D1 and FB. RGB value is (183,209,251). Sum of RGB (Red+Green+Blue) = 183+209+251=643 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.46% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 251 (98.44% from 255 or 39.04% from 643); Max value from RGB is 251 - color contains mainly: blue. Hex color #B7D1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D1FB is #482E04. Grayscale: #CDCDCD. Windows color (decimal): -4730373 or 16503223. OLE color: 16503223.
HSL color Cylindrical-coordinate representation of color #B7D1FB: hue angle of 217.06º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7D1FB is Cyan = 0.27, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 209 | 251 | - |
| CMYK | 0.27 | 0.17 | 0 | 0.02 |
| HSL | 217.06º | 0.89% | 0.85% | - |
| HSV(B) | 217.06º | 0.27% | 0.98% | - |
| XYZ | 59.74 | 62.63 | 100.21 | - |
| YUV | 206.01 | 153.39 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 209 | 251 | 0.27 | 0.17 | 0 | 0.02 | 217.06 | 0.89 | 0.85 |
| Hex | B7 | D1 | FB | 1B | 11 | 0 | 2 | D9 | 59 | 55 |
| Octal | 267 | 321 | 373 | 33 | 21 | 0 | 2 | 331 | 131 | 125 |
| Binary | 10110111 | 11010001 | 11111011 | 11011 | 10001 | 0 | 10 | 11011001 | 1011001 | 1010101 |
Color Harmonies of #B7D1FB
Complementary color
Monochromatic Colors of #B7D1FB
Black with #B7D1FB
Text Example
Text Example
White with #B7D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D1FB; }
p { color: rgb(183,209,251); }
H1.HeaderClassName
{
color: #B7D1FB;
}
.AnyTagClassName
{
color: #B7D1FB;
}
</style>
background-color css
<style>
a { background-color: #B7D1FB; }
a { background-color: rgb(183,209,251); }
div.DivClassName
{
background-color: #B7D1FB;
}
.BgClassName
{
background-color: #B7D1FB;
}
</style>
border-color css
<style>
span { border-color: #B7D1FB; }
span { border-color: rgb(183,209,251); }
td.TdClassName
{
border-color: #B7D1FB;
}
.TagClassName
{
border-color: #B7D1FB;
}
</style>