Html Css Color HEX #B9E2FF Pale Cornflower Blue
📋 copy color: '#B9E2FF'red 185 ◦ green 226 ◦ blue 255
Shades of Pale Cornflower Blue #B9E2FF
Tints of Pale Cornflower Blue #B9E2FF
RGB
CMYK
RGB Variations
Color information
#B9E2FF (or 0xB9E2FF) is known color: Pale Cornflower Blue. HEX triplet: B9, E2 and FF. RGB value is (185,226,255). Sum of RGB (Red+Green+Blue) = 185+226+255=666 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.78% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9E2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E2FF is #461D00. Grayscale: #D8D8D8. Windows color (decimal): -4594945 or 16769721. OLE color: 16769721.
HSL color Cylindrical-coordinate representation of color #B9E2FF: hue angle of 204.86º 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 #B9E2FF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 226 | 255 | - |
| CMYK | 0.27 | 0.11 | 0 | 0 |
| HSL | 204.86º | 1% | 0.86% | - |
| HSV(B) | 204.86º | 0.27% | 1% | - |
| XYZ | 65.25 | 71.93 | 105.05 | - |
| YUV | 217.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 226 | 255 | 0.27 | 0.11 | 0 | 0 | 204.86 | 1 | 0.86 |
| Hex | B9 | E2 | FF | 1B | B | 0 | 0 | CD | 64 | 56 |
| Octal | 271 | 342 | 377 | 33 | 13 | 0 | 0 | 315 | 144 | 126 |
| Binary | 10111001 | 11100010 | 11111111 | 11011 | 1011 | 0 | 0 | 11001101 | 1100100 | 1010110 |
Color Harmonies of #B9E2FF
Complementary color
Monochromatic Colors of #B9E2FF
Black with #B9E2FF
Text Example
Text Example
White with #B9E2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E2FF; }
p { color: rgb(185,226,255); }
H1.HeaderClassName
{
color: #B9E2FF;
}
.AnyTagClassName
{
color: #B9E2FF;
}
</style>
background-color css
<style>
a { background-color: #B9E2FF; }
a { background-color: rgb(185,226,255); }
div.DivClassName
{
background-color: #B9E2FF;
}
.BgClassName
{
background-color: #B9E2FF;
}
</style>
border-color css
<style>
span { border-color: #B9E2FF; }
span { border-color: rgb(185,226,255); }
td.TdClassName
{
border-color: #B9E2FF;
}
.TagClassName
{
border-color: #B9E2FF;
}
</style>