Html Css Color HEX #B4D3F6 Pale Cornflower Blue
📋 copy color: '#B4D3F6'red 180 ◦ green 211 ◦ blue 246
Shades of Pale Cornflower Blue #B4D3F6
Tints of Pale Cornflower Blue #B4D3F6
RGB
CMYK
RGB Variations
Color information
#B4D3F6 (or 0xB4D3F6) is known color: Pale Cornflower Blue. HEX triplet: B4, D3 and F6. RGB value is (180,211,246). Sum of RGB (Red+Green+Blue) = 180+211+246=637 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.26% from 637); Green value is 211 (82.81% from 255 or 33.12% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #B4D3F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4D3F6 is #4B2C09. Grayscale: #CDCDCD. Windows color (decimal): -4926474 or 16176052. OLE color: 16176052.
HSL color Cylindrical-coordinate representation of color #B4D3F6: hue angle of 211.82º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4D3F6 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 211 | 246 | - |
| CMYK | 0.27 | 0.14 | 0 | 0.04 |
| HSL | 211.82º | 0.79% | 0.84% | - |
| HSV(B) | 211.82º | 0.27% | 0.96% | - |
| XYZ | 58.75 | 62.95 | 96.24 | - |
| YUV | 205.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 211 | 246 | 0.27 | 0.14 | 0 | 0.04 | 211.82 | 0.79 | 0.84 |
| Hex | B4 | D3 | F6 | 1B | E | 0 | 4 | D4 | 4F | 54 |
| Octal | 264 | 323 | 366 | 33 | 16 | 0 | 4 | 324 | 117 | 124 |
| Binary | 10110100 | 11010011 | 11110110 | 11011 | 1110 | 0 | 100 | 11010100 | 1001111 | 1010100 |
Color Harmonies of #B4D3F6
Complementary color
Monochromatic Colors of #B4D3F6
Black with #B4D3F6
Text Example
Text Example
White with #B4D3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D3F6; }
p { color: rgb(180,211,246); }
H1.HeaderClassName
{
color: #B4D3F6;
}
.AnyTagClassName
{
color: #B4D3F6;
}
</style>
background-color css
<style>
a { background-color: #B4D3F6; }
a { background-color: rgb(180,211,246); }
div.DivClassName
{
background-color: #B4D3F6;
}
.BgClassName
{
background-color: #B4D3F6;
}
</style>
border-color css
<style>
span { border-color: #B4D3F6; }
span { border-color: rgb(180,211,246); }
td.TdClassName
{
border-color: #B4D3F6;
}
.TagClassName
{
border-color: #B4D3F6;
}
</style>