Html Css Color HEX #B9E1FE Pale Cornflower Blue
📋 copy color: '#B9E1FE'red 185 ◦ green 225 ◦ blue 254
Shades of Pale Cornflower Blue #B9E1FE
Tints of Pale Cornflower Blue #B9E1FE
RGB
CMYK
RGB Variations
Color information
#B9E1FE (or 0xB9E1FE) is known color: Pale Cornflower Blue. HEX triplet: B9, E1 and FE. RGB value is (185,225,254). Sum of RGB (Red+Green+Blue) = 185+225+254=664 (87% of max value = 765). Red value is 185 (72.66% from 255 or 27.86% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9E1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E1FE is #461E01. Grayscale: #D8D8D8. Windows color (decimal): -4595202 or 16703929. OLE color: 16703929.
HSL color Cylindrical-coordinate representation of color #B9E1FE: hue angle of 205.22º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9E1FE is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 225 | 254 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.00 |
| HSL | 205.22º | 0.97% | 0.86% | - |
| HSV(B) | 205.22º | 0.27% | 1% | - |
| XYZ | 64.82 | 71.32 | 104.12 | - |
| YUV | 216.35 | 149.25 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 254 | 0.27 | 0.11 | 0 | 0.00 | 205.22 | 0.97 | 0.86 |
| Hex | B9 | E1 | FE | 1B | B | 0 | 0 | CD | 61 | 56 |
| Octal | 271 | 341 | 376 | 33 | 13 | 0 | 0 | 315 | 141 | 126 |
| Binary | 10111001 | 11100001 | 11111110 | 11011 | 1011 | 0 | 0 | 11001101 | 1100001 | 1010110 |
Color Harmonies of #B9E1FE
Complementary color
Monochromatic Colors of #B9E1FE
Black with #B9E1FE
Text Example
Text Example
White with #B9E1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E1FE; }
p { color: rgb(185,225,254); }
H1.HeaderClassName
{
color: #B9E1FE;
}
.AnyTagClassName
{
color: #B9E1FE;
}
</style>
background-color css
<style>
a { background-color: #B9E1FE; }
a { background-color: rgb(185,225,254); }
div.DivClassName
{
background-color: #B9E1FE;
}
.BgClassName
{
background-color: #B9E1FE;
}
</style>
border-color css
<style>
span { border-color: #B9E1FE; }
span { border-color: rgb(185,225,254); }
td.TdClassName
{
border-color: #B9E1FE;
}
.TagClassName
{
border-color: #B9E1FE;
}
</style>