Html Css Color HEX #B9D3FB Pale Cornflower Blue
📋 copy color: '#B9D3FB'red 185 ◦ green 211 ◦ blue 251
Shades of Pale Cornflower Blue #B9D3FB
Tints of Pale Cornflower Blue #B9D3FB
RGB
CMYK
RGB Variations
Color information
#B9D3FB (or 0xB9D3FB) is known color: Pale Cornflower Blue. HEX triplet: B9, D3 and FB. RGB value is (185,211,251). Sum of RGB (Red+Green+Blue) = 185+211+251=647 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.59% from 647); Green value is 211 (82.81% from 255 or 32.61% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9D3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D3FB is #462C04. Grayscale: #CFCFCF. Windows color (decimal): -4598789 or 16503737. OLE color: 16503737.
HSL color Cylindrical-coordinate representation of color #B9D3FB: hue angle of 216.36º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9D3FB is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 211 | 251 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.02 |
| HSL | 216.36º | 0.89% | 0.85% | - |
| HSV(B) | 216.36º | 0.26% | 0.98% | - |
| XYZ | 60.71 | 63.87 | 100.39 | - |
| YUV | 207.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 211 | 251 | 0.26 | 0.16 | 0 | 0.02 | 216.36 | 0.89 | 0.85 |
| Hex | B9 | D3 | FB | 1A | 10 | 0 | 2 | D8 | 59 | 55 |
| Octal | 271 | 323 | 373 | 32 | 20 | 0 | 2 | 330 | 131 | 125 |
| Binary | 10111001 | 11010011 | 11111011 | 11010 | 10000 | 0 | 10 | 11011000 | 1011001 | 1010101 |
Color Harmonies of #B9D3FB
Complementary color
Monochromatic Colors of #B9D3FB
Black with #B9D3FB
Text Example
Text Example
White with #B9D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D3FB; }
p { color: rgb(185,211,251); }
H1.HeaderClassName
{
color: #B9D3FB;
}
.AnyTagClassName
{
color: #B9D3FB;
}
</style>
background-color css
<style>
a { background-color: #B9D3FB; }
a { background-color: rgb(185,211,251); }
div.DivClassName
{
background-color: #B9D3FB;
}
.BgClassName
{
background-color: #B9D3FB;
}
</style>
border-color css
<style>
span { border-color: #B9D3FB; }
span { border-color: rgb(185,211,251); }
td.TdClassName
{
border-color: #B9D3FB;
}
.TagClassName
{
border-color: #B9D3FB;
}
</style>