Html Css Color HEX #B9DCFF Pale Cornflower Blue
📋 copy color: '#B9DCFF'red 185 ◦ green 220 ◦ blue 255
Shades of Pale Cornflower Blue #B9DCFF
Tints of Pale Cornflower Blue #B9DCFF
RGB
CMYK
RGB Variations
Color information
#B9DCFF (or 0xB9DCFF) is known color: Pale Cornflower Blue. HEX triplet: B9, DC and FF. RGB value is (185,220,255). Sum of RGB (Red+Green+Blue) = 185+220+255=660 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.03% from 660); Green value is 220 (86.33% from 255 or 33.33% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9DCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DCFF is #462300. Grayscale: #D5D5D5. Windows color (decimal): -4596481 or 16768185. OLE color: 16768185.
HSL color Cylindrical-coordinate representation of color #B9DCFF: hue angle of 210º 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 #B9DCFF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 220 | 255 | - |
| CMYK | 0.27 | 0.14 | 0 | 0 |
| HSL | 210º | 1% | 0.86% | - |
| HSV(B) | 210º | 0.27% | 1% | - |
| XYZ | 63.65 | 68.72 | 104.52 | - |
| YUV | 213.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 255 | 0.27 | 0.14 | 0 | 0 | 210 | 1 | 0.86 |
| Hex | B9 | DC | FF | 1B | E | 0 | 0 | D2 | 64 | 56 |
| Octal | 271 | 334 | 377 | 33 | 16 | 0 | 0 | 322 | 144 | 126 |
| Binary | 10111001 | 11011100 | 11111111 | 11011 | 1110 | 0 | 0 | 11010010 | 1100100 | 1010110 |
Color Harmonies of #B9DCFF
Complementary color
Monochromatic Colors of #B9DCFF
Black with #B9DCFF
Text Example
Text Example
White with #B9DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCFF; }
p { color: rgb(185,220,255); }
H1.HeaderClassName
{
color: #B9DCFF;
}
.AnyTagClassName
{
color: #B9DCFF;
}
</style>
background-color css
<style>
a { background-color: #B9DCFF; }
a { background-color: rgb(185,220,255); }
div.DivClassName
{
background-color: #B9DCFF;
}
.BgClassName
{
background-color: #B9DCFF;
}
</style>
border-color css
<style>
span { border-color: #B9DCFF; }
span { border-color: rgb(185,220,255); }
td.TdClassName
{
border-color: #B9DCFF;
}
.TagClassName
{
border-color: #B9DCFF;
}
</style>