Html Css Color HEX #B4D9FF Pale Cornflower Blue
📋 copy color: '#B4D9FF'red 180 ◦ green 217 ◦ blue 255
Shades of Pale Cornflower Blue #B4D9FF
Tints of Pale Cornflower Blue #B4D9FF
RGB
CMYK
RGB Variations
Color information
#B4D9FF (or 0xB4D9FF) is known color: Pale Cornflower Blue. HEX triplet: B4, D9 and FF. RGB value is (180,217,255). Sum of RGB (Red+Green+Blue) = 180+217+255=652 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.61% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D9FF is #4B2600. Grayscale: #D2D2D2. Windows color (decimal): -4924929 or 16767412. OLE color: 16767412.
HSL color Cylindrical-coordinate representation of color #B4D9FF: hue angle of 210.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4D9FF is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 217 | 255 | - |
| CMYK | 0.29 | 0.15 | 0 | 0 |
| HSL | 210.4º | 1% | 0.85% | - |
| HSV(B) | 210.4º | 0.29% | 1% | - |
| XYZ | 61.69 | 66.55 | 104.2 | - |
| YUV | 210.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 255 | 0.29 | 0.15 | 0 | 0 | 210.4 | 1 | 0.85 |
| Hex | B4 | D9 | FF | 1D | F | 0 | 0 | D2 | 64 | 55 |
| Octal | 264 | 331 | 377 | 35 | 17 | 0 | 0 | 322 | 144 | 125 |
| Binary | 10110100 | 11011001 | 11111111 | 11101 | 1111 | 0 | 0 | 11010010 | 1100100 | 1010101 |
Color Harmonies of #B4D9FF
Complementary color
Monochromatic Colors of #B4D9FF
Black with #B4D9FF
Text Example
Text Example
White with #B4D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D9FF; }
p { color: rgb(180,217,255); }
H1.HeaderClassName
{
color: #B4D9FF;
}
.AnyTagClassName
{
color: #B4D9FF;
}
</style>
background-color css
<style>
a { background-color: #B4D9FF; }
a { background-color: rgb(180,217,255); }
div.DivClassName
{
background-color: #B4D9FF;
}
.BgClassName
{
background-color: #B4D9FF;
}
</style>
border-color css
<style>
span { border-color: #B4D9FF; }
span { border-color: rgb(180,217,255); }
td.TdClassName
{
border-color: #B4D9FF;
}
.TagClassName
{
border-color: #B4D9FF;
}
</style>