Html Css Color HEX #B4CFF9 Pale Cornflower Blue
📋 copy color: '#B4CFF9'red 180 ◦ green 207 ◦ blue 249
Shades of Pale Cornflower Blue #B4CFF9
Tints of Pale Cornflower Blue #B4CFF9
RGB
CMYK
RGB Variations
Color information
#B4CFF9 (or 0xB4CFF9) is known color: Pale Cornflower Blue. HEX triplet: B4, CF and F9. RGB value is (180,207,249). Sum of RGB (Red+Green+Blue) = 180+207+249=636 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.30% from 636); Green value is 207 (81.25% from 255 or 32.55% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4CFF9 is #4B3006. Grayscale: #CBCBCB. Windows color (decimal): -4927495 or 16371636. OLE color: 16371636.
HSL color Cylindrical-coordinate representation of color #B4CFF9: hue angle of 216.52º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4CFF9 is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 207 | 249 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.02 |
| HSL | 216.52º | 0.85% | 0.84% | - |
| HSV(B) | 216.52º | 0.28% | 0.98% | - |
| XYZ | 58.23 | 61.17 | 98.36 | - |
| YUV | 203.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 249 | 0.28 | 0.17 | 0 | 0.02 | 216.52 | 0.85 | 0.84 |
| Hex | B4 | CF | F9 | 1C | 11 | 0 | 2 | D9 | 55 | 54 |
| Octal | 264 | 317 | 371 | 34 | 21 | 0 | 2 | 331 | 125 | 124 |
| Binary | 10110100 | 11001111 | 11111001 | 11100 | 10001 | 0 | 10 | 11011001 | 1010101 | 1010100 |
Color Harmonies of #B4CFF9
Complementary color
Monochromatic Colors of #B4CFF9
Black with #B4CFF9
Text Example
Text Example
White with #B4CFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFF9; }
p { color: rgb(180,207,249); }
H1.HeaderClassName
{
color: #B4CFF9;
}
.AnyTagClassName
{
color: #B4CFF9;
}
</style>
background-color css
<style>
a { background-color: #B4CFF9; }
a { background-color: rgb(180,207,249); }
div.DivClassName
{
background-color: #B4CFF9;
}
.BgClassName
{
background-color: #B4CFF9;
}
</style>
border-color css
<style>
span { border-color: #B4CFF9; }
span { border-color: rgb(180,207,249); }
td.TdClassName
{
border-color: #B4CFF9;
}
.TagClassName
{
border-color: #B4CFF9;
}
</style>