Html Css Color HEX #B9E1FF Pale Cornflower Blue
📋 copy color: '#B9E1FF'red 185 ◦ green 225 ◦ blue 255
Shades of Pale Cornflower Blue #B9E1FF
Tints of Pale Cornflower Blue #B9E1FF
RGB
CMYK
RGB Variations
Color information
#B9E1FF (or 0xB9E1FF) is known color: Pale Cornflower Blue. HEX triplet: B9, E1 and FF. RGB value is (185,225,255). Sum of RGB (Red+Green+Blue) = 185+225+255=665 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.82% from 665); Green value is 225 (88.28% from 255 or 33.83% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E1FF is #461E00. Grayscale: #D8D8D8. Windows color (decimal): -4595201 or 16769465. OLE color: 16769465.
HSL color Cylindrical-coordinate representation of color #B9E1FF: hue angle of 205.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9E1FF is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 225 | 255 | - |
| CMYK | 0.27 | 0.12 | 0 | 0 |
| HSL | 205.71º | 1% | 0.86% | - |
| HSV(B) | 205.71º | 0.27% | 1% | - |
| XYZ | 64.98 | 71.38 | 104.96 | - |
| YUV | 216.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 255 | 0.27 | 0.12 | 0 | 0 | 205.71 | 1 | 0.86 |
| Hex | B9 | E1 | FF | 1B | C | 0 | 0 | CE | 64 | 56 |
| Octal | 271 | 341 | 377 | 33 | 14 | 0 | 0 | 316 | 144 | 126 |
| Binary | 10111001 | 11100001 | 11111111 | 11011 | 1100 | 0 | 0 | 11001110 | 1100100 | 1010110 |
Color Harmonies of #B9E1FF
Complementary color
Monochromatic Colors of #B9E1FF
Black with #B9E1FF
Text Example
Text Example
White with #B9E1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E1FF; }
p { color: rgb(185,225,255); }
H1.HeaderClassName
{
color: #B9E1FF;
}
.AnyTagClassName
{
color: #B9E1FF;
}
</style>
background-color css
<style>
a { background-color: #B9E1FF; }
a { background-color: rgb(185,225,255); }
div.DivClassName
{
background-color: #B9E1FF;
}
.BgClassName
{
background-color: #B9E1FF;
}
</style>
border-color css
<style>
span { border-color: #B9E1FF; }
span { border-color: rgb(185,225,255); }
td.TdClassName
{
border-color: #B9E1FF;
}
.TagClassName
{
border-color: #B9E1FF;
}
</style>