Html Css Color HEX #B9D7F3 Pale Cornflower Blue
📋 copy color: '#B9D7F3'red 185 ◦ green 215 ◦ blue 243
Shades of Pale Cornflower Blue #B9D7F3
Tints of Pale Cornflower Blue #B9D7F3
RGB
CMYK
RGB Variations
Color information
#B9D7F3 (or 0xB9D7F3) is known color: Pale Cornflower Blue. HEX triplet: B9, D7 and F3. RGB value is (185,215,243). Sum of RGB (Red+Green+Blue) = 185+215+243=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9D7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D7F3 is #46280C. Grayscale: #D1D1D1. Windows color (decimal): -4597773 or 15980473. OLE color: 15980473.
HSL color Cylindrical-coordinate representation of color #B9D7F3: hue angle of 208.97º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9D7F3 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 215 | 243 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.05 |
| HSL | 208.97º | 0.71% | 0.84% | - |
| HSV(B) | 208.97º | 0.24% | 0.95% | - |
| XYZ | 60.49 | 65.39 | 94.23 | - |
| YUV | 209.22 | 147.06 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 215 | 243 | 0.24 | 0.12 | 0 | 0.05 | 208.97 | 0.71 | 0.84 |
| Hex | B9 | D7 | F3 | 18 | C | 0 | 5 | D1 | 47 | 54 |
| Octal | 271 | 327 | 363 | 30 | 14 | 0 | 5 | 321 | 107 | 124 |
| Binary | 10111001 | 11010111 | 11110011 | 11000 | 1100 | 0 | 101 | 11010001 | 1000111 | 1010100 |
Color Harmonies of #B9D7F3
Complementary color
Monochromatic Colors of #B9D7F3
Black with #B9D7F3
Text Example
Text Example
White with #B9D7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D7F3; }
p { color: rgb(185,215,243); }
H1.HeaderClassName
{
color: #B9D7F3;
}
.AnyTagClassName
{
color: #B9D7F3;
}
</style>
background-color css
<style>
a { background-color: #B9D7F3; }
a { background-color: rgb(185,215,243); }
div.DivClassName
{
background-color: #B9D7F3;
}
.BgClassName
{
background-color: #B9D7F3;
}
</style>
border-color css
<style>
span { border-color: #B9D7F3; }
span { border-color: rgb(185,215,243); }
td.TdClassName
{
border-color: #B9D7F3;
}
.TagClassName
{
border-color: #B9D7F3;
}
</style>