Shades of Spindle #B4C1CE
Tints of Spindle #B4C1CE
RGB
CMYK
RGB Variations
Color information
#B4C1CE (or 0xB4C1CE) is known color: Spindle. HEX triplet: B4, C1 and CE. RGB value is (180,193,206). Sum of RGB (Red+Green+Blue) = 180+193+206=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 193 (75.78% from 255 or 33.33% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4C1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C1CE is #4B3E31. Grayscale: #BEBEBE. Windows color (decimal): -4931122 or 13550004. OLE color: 13550004.
HSL color Cylindrical-coordinate representation of color #B4C1CE: hue angle of 210º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4C1CE is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 193 | 206 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.19 |
| HSL | 210º | 0.21% | 0.76% | - |
| HSV(B) | 210º | 0.13% | 0.81% | - |
| XYZ | 49.03 | 52.3 | 65.9 | - |
| YUV | 190.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 193 | 206 | 0.13 | 0.06 | 0 | 0.19 | 210 | 0.21 | 0.76 |
| Hex | B4 | C1 | CE | D | 6 | 0 | 13 | D2 | 15 | 4C |
| Octal | 264 | 301 | 316 | 15 | 6 | 0 | 23 | 322 | 25 | 114 |
| Binary | 10110100 | 11000001 | 11001110 | 1101 | 110 | 0 | 10011 | 11010010 | 10101 | 1001100 |
Color Harmonies of #B4C1CE
Complementary color
Monochromatic Colors of #B4C1CE
Black with #B4C1CE
Text Example
Text Example
White with #B4C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C1CE; }
p { color: rgb(180,193,206); }
H1.HeaderClassName
{
color: #B4C1CE;
}
.AnyTagClassName
{
color: #B4C1CE;
}
</style>
background-color css
<style>
a { background-color: #B4C1CE; }
a { background-color: rgb(180,193,206); }
div.DivClassName
{
background-color: #B4C1CE;
}
.BgClassName
{
background-color: #B4C1CE;
}
</style>
border-color css
<style>
span { border-color: #B4C1CE; }
span { border-color: rgb(180,193,206); }
td.TdClassName
{
border-color: #B4C1CE;
}
.TagClassName
{
border-color: #B4C1CE;
}
</style>