Html Css Color HEX #B4DBFF Pale Cornflower Blue
📋 copy color: '#B4DBFF'red 180 ◦ green 219 ◦ blue 255
Shades of Pale Cornflower Blue #B4DBFF
Tints of Pale Cornflower Blue #B4DBFF
RGB
CMYK
RGB Variations
Color information
#B4DBFF (or 0xB4DBFF) is known color: Pale Cornflower Blue. HEX triplet: B4, DB and FF. RGB value is (180,219,255). Sum of RGB (Red+Green+Blue) = 180+219+255=654 (86% of max value = 765). Red value is 180 (70.70% from 255 or 27.52% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4DBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DBFF is #4B2400. Grayscale: #D3D3D3. Windows color (decimal): -4924417 or 16767924. OLE color: 16767924.
HSL color Cylindrical-coordinate representation of color #B4DBFF: hue angle of 208.8º 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 #B4DBFF is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 219 | 255 | - |
| CMYK | 0.29 | 0.14 | 0 | 0 |
| HSL | 208.8º | 1% | 0.85% | - |
| HSV(B) | 208.8º | 0.29% | 1% | - |
| XYZ | 62.2 | 67.59 | 104.37 | - |
| YUV | 211.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 255 | 0.29 | 0.14 | 0 | 0 | 208.8 | 1 | 0.85 |
| Hex | B4 | DB | FF | 1D | E | 0 | 0 | D1 | 64 | 55 |
| Octal | 264 | 333 | 377 | 35 | 16 | 0 | 0 | 321 | 144 | 125 |
| Binary | 10110100 | 11011011 | 11111111 | 11101 | 1110 | 0 | 0 | 11010001 | 1100100 | 1010101 |
Color Harmonies of #B4DBFF
Complementary color
Monochromatic Colors of #B4DBFF
Black with #B4DBFF
Text Example
Text Example
White with #B4DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBFF; }
p { color: rgb(180,219,255); }
H1.HeaderClassName
{
color: #B4DBFF;
}
.AnyTagClassName
{
color: #B4DBFF;
}
</style>
background-color css
<style>
a { background-color: #B4DBFF; }
a { background-color: rgb(180,219,255); }
div.DivClassName
{
background-color: #B4DBFF;
}
.BgClassName
{
background-color: #B4DBFF;
}
</style>
border-color css
<style>
span { border-color: #B4DBFF; }
span { border-color: rgb(180,219,255); }
td.TdClassName
{
border-color: #B4DBFF;
}
.TagClassName
{
border-color: #B4DBFF;
}
</style>