Html Css Color HEX #B4DCF6 Pale Cornflower Blue
📋 copy color: '#B4DCF6'red 180 ◦ green 220 ◦ blue 246
Shades of Pale Cornflower Blue #B4DCF6
Tints of Pale Cornflower Blue #B4DCF6
RGB
CMYK
RGB Variations
Color information
#B4DCF6 (or 0xB4DCF6) is known color: Pale Cornflower Blue. HEX triplet: B4, DC and F6. RGB value is (180,220,246). Sum of RGB (Red+Green+Blue) = 180+220+246=646 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.86% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 246 - color contains mainly: blue. Hex color #B4DCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DCF6 is #4B2309. Grayscale: #D2D2D2. Windows color (decimal): -4924170 or 16178356. OLE color: 16178356.
HSL color Cylindrical-coordinate representation of color #B4DCF6: hue angle of 203.64º 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 #B4DCF6 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 220 | 246 | - |
| CMYK | 0.27 | 0.11 | 0 | 0.04 |
| HSL | 203.64º | 0.79% | 0.84% | - |
| HSV(B) | 203.64º | 0.27% | 0.96% | - |
| XYZ | 61.05 | 67.54 | 97.01 | - |
| YUV | 211 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 220 | 246 | 0.27 | 0.11 | 0 | 0.04 | 203.64 | 0.79 | 0.84 |
| Hex | B4 | DC | F6 | 1B | B | 0 | 4 | CC | 4F | 54 |
| Octal | 264 | 334 | 366 | 33 | 13 | 0 | 4 | 314 | 117 | 124 |
| Binary | 10110100 | 11011100 | 11110110 | 11011 | 1011 | 0 | 100 | 11001100 | 1001111 | 1010100 |
Color Harmonies of #B4DCF6
Complementary color
Monochromatic Colors of #B4DCF6
Black with #B4DCF6
Text Example
Text Example
White with #B4DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DCF6; }
p { color: rgb(180,220,246); }
H1.HeaderClassName
{
color: #B4DCF6;
}
.AnyTagClassName
{
color: #B4DCF6;
}
</style>
background-color css
<style>
a { background-color: #B4DCF6; }
a { background-color: rgb(180,220,246); }
div.DivClassName
{
background-color: #B4DCF6;
}
.BgClassName
{
background-color: #B4DCF6;
}
</style>
border-color css
<style>
span { border-color: #B4DCF6; }
span { border-color: rgb(180,220,246); }
td.TdClassName
{
border-color: #B4DCF6;
}
.TagClassName
{
border-color: #B4DCF6;
}
</style>