Html Css Color HEX #B9E0FA Pale Cornflower Blue
📋 copy color: '#B9E0FA'red 185 ◦ green 224 ◦ blue 250
Shades of Pale Cornflower Blue #B9E0FA
Tints of Pale Cornflower Blue #B9E0FA
RGB
CMYK
RGB Variations
Color information
#B9E0FA (or 0xB9E0FA) is known color: Pale Cornflower Blue. HEX triplet: B9, E0 and FA. RGB value is (185,224,250). Sum of RGB (Red+Green+Blue) = 185+224+250=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 224 (87.89% from 255 or 33.99% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #B9E0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E0FA is #461F05. Grayscale: #D7D7D7. Windows color (decimal): -4595462 or 16441529. OLE color: 16441529.
HSL color Cylindrical-coordinate representation of color #B9E0FA: hue angle of 204º degrees, saturation: 0.87, 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 #B9E0FA is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 224 | 250 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.02 |
| HSL | 204º | 0.87% | 0.85% | - |
| HSV(B) | 204º | 0.26% | 0.98% | - |
| XYZ | 63.92 | 70.53 | 100.69 | - |
| YUV | 215.3 | 147.58 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 250 | 0.26 | 0.10 | 0 | 0.02 | 204 | 0.87 | 0.85 |
| Hex | B9 | E0 | FA | 1A | A | 0 | 2 | CC | 57 | 55 |
| Octal | 271 | 340 | 372 | 32 | 12 | 0 | 2 | 314 | 127 | 125 |
| Binary | 10111001 | 11100000 | 11111010 | 11010 | 1010 | 0 | 10 | 11001100 | 1010111 | 1010101 |
Color Harmonies of #B9E0FA
Complementary color
Monochromatic Colors of #B9E0FA
Black with #B9E0FA
Text Example
Text Example
White with #B9E0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E0FA; }
p { color: rgb(185,224,250); }
H1.HeaderClassName
{
color: #B9E0FA;
}
.AnyTagClassName
{
color: #B9E0FA;
}
</style>
background-color css
<style>
a { background-color: #B9E0FA; }
a { background-color: rgb(185,224,250); }
div.DivClassName
{
background-color: #B9E0FA;
}
.BgClassName
{
background-color: #B9E0FA;
}
</style>
border-color css
<style>
span { border-color: #B9E0FA; }
span { border-color: rgb(185,224,250); }
td.TdClassName
{
border-color: #B9E0FA;
}
.TagClassName
{
border-color: #B9E0FA;
}
</style>