Shades of Spindle #B5C2CE
Tints of Spindle #B5C2CE
RGB
CMYK
RGB Variations
Color information
#B5C2CE (or 0xB5C2CE) is known color: Spindle. HEX triplet: B5, C2 and CE. RGB value is (181,194,206). Sum of RGB (Red+Green+Blue) = 181+194+206=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 194 (76.17% from 255 or 33.39% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5C2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C2CE is #4A3D31. Grayscale: #BFBFBF. Windows color (decimal): -4865330 or 13550261. OLE color: 13550261.
HSL color Cylindrical-coordinate representation of color #B5C2CE: hue angle of 208.8º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5C2CE is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 194 | 206 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.19 |
| HSL | 208.8º | 0.2% | 0.76% | - |
| HSV(B) | 208.8º | 0.12% | 0.81% | - |
| XYZ | 49.49 | 52.86 | 65.99 | - |
| YUV | 191.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 194 | 206 | 0.12 | 0.06 | 0 | 0.19 | 208.8 | 0.2 | 0.76 |
| Hex | B5 | C2 | CE | C | 6 | 0 | 13 | D1 | 14 | 4C |
| Octal | 265 | 302 | 316 | 14 | 6 | 0 | 23 | 321 | 24 | 114 |
| Binary | 10110101 | 11000010 | 11001110 | 1100 | 110 | 0 | 10011 | 11010001 | 10100 | 1001100 |
Color Harmonies of #B5C2CE
Complementary color
Monochromatic Colors of #B5C2CE
Black with #B5C2CE
Text Example
Text Example
White with #B5C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C2CE; }
p { color: rgb(181,194,206); }
H1.HeaderClassName
{
color: #B5C2CE;
}
.AnyTagClassName
{
color: #B5C2CE;
}
</style>
background-color css
<style>
a { background-color: #B5C2CE; }
a { background-color: rgb(181,194,206); }
div.DivClassName
{
background-color: #B5C2CE;
}
.BgClassName
{
background-color: #B5C2CE;
}
</style>
border-color css
<style>
span { border-color: #B5C2CE; }
span { border-color: rgb(181,194,206); }
td.TdClassName
{
border-color: #B5C2CE;
}
.TagClassName
{
border-color: #B5C2CE;
}
</style>