Shades of Spindle #B4C2D1
Tints of Spindle #B4C2D1
RGB
CMYK
RGB Variations
Color information
#B4C2D1 (or 0xB4C2D1) is known color: Spindle. HEX triplet: B4, C2 and D1. RGB value is (180,194,209). Sum of RGB (Red+Green+Blue) = 180+194+209=583 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.87% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 209 - color contains mainly: blue. Hex color #B4C2D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C2D1 is #4B3D2E. Grayscale: #BFBFBF. Windows color (decimal): -4930863 or 13746868. OLE color: 13746868.
HSL color Cylindrical-coordinate representation of color #B4C2D1: hue angle of 211.03º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4C2D1 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 180 | 194 | 209 | - |
CMYK | 0.14 | 0.07 | 0 | 0.18 |
HSL | 211.03º | 0.24% | 0.76% | - |
HSV(B) | 211.03º | 0.14% | 0.82% | - |
XYZ | 49.62 | 52.89 | 67.92 | - |
YUV | 191.52 | 137.86 | 119.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 180 | 194 | 209 | 0.14 | 0.07 | 0 | 0.18 | 211.03 | 0.24 | 0.76 |
Hex | B4 | C2 | D1 | E | 7 | 0 | 12 | D3 | 18 | 4C |
Octal | 264 | 302 | 321 | 16 | 7 | 0 | 22 | 323 | 30 | 114 |
Binary | 10110100 | 11000010 | 11010001 | 1110 | 111 | 0 | 10010 | 11010011 | 11000 | 1001100 |
Color Harmonies of #B4C2D1
Complementary color
Monochromatic Colors of #B4C2D1
Black with #B4C2D1
Text Example
Text Example
White with #B4C2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C2D1; }
p { color: rgb(180,194,209); }
H1.HeaderClassName
{
color: #B4C2D1;
}
.AnyTagClassName
{
color: #B4C2D1;
}
</style>
background-color css
<style>
a { background-color: #B4C2D1; }
a { background-color: rgb(180,194,209); }
div.DivClassName
{
background-color: #B4C2D1;
}
.BgClassName
{
background-color: #B4C2D1;
}
</style>
border-color css
<style>
span { border-color: #B4C2D1; }
span { border-color: rgb(180,194,209); }
td.TdClassName
{
border-color: #B4C2D1;
}
.TagClassName
{
border-color: #B4C2D1;
}
</style>