Shades of Spindle #B5C1CE
Tints of Spindle #B5C1CE
RGB
CMYK
RGB Variations
Color information
#B5C1CE (or 0xB5C1CE) is known color: Spindle. HEX triplet: B5, C1 and CE. RGB value is (181,193,206). Sum of RGB (Red+Green+Blue) = 181+193+206=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5C1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C1CE is #4A3E31. Grayscale: #BEBEBE. Windows color (decimal): -4865586 or 13550005. OLE color: 13550005.
HSL color Cylindrical-coordinate representation of color #B5C1CE: hue angle of 211.2º 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 #B5C1CE is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 193 | 206 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.19 |
| HSL | 211.2º | 0.2% | 0.76% | - |
| HSV(B) | 211.2º | 0.12% | 0.81% | - |
| XYZ | 49.27 | 52.42 | 65.91 | - |
| YUV | 190.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 193 | 206 | 0.12 | 0.06 | 0 | 0.19 | 211.2 | 0.2 | 0.76 |
| Hex | B5 | C1 | CE | C | 6 | 0 | 13 | D3 | 14 | 4C |
| Octal | 265 | 301 | 316 | 14 | 6 | 0 | 23 | 323 | 24 | 114 |
| Binary | 10110101 | 11000001 | 11001110 | 1100 | 110 | 0 | 10011 | 11010011 | 10100 | 1001100 |
Color Harmonies of #B5C1CE
Complementary color
Monochromatic Colors of #B5C1CE
Black with #B5C1CE
Text Example
Text Example
White with #B5C1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C1CE; }
p { color: rgb(181,193,206); }
H1.HeaderClassName
{
color: #B5C1CE;
}
.AnyTagClassName
{
color: #B5C1CE;
}
</style>
background-color css
<style>
a { background-color: #B5C1CE; }
a { background-color: rgb(181,193,206); }
div.DivClassName
{
background-color: #B5C1CE;
}
.BgClassName
{
background-color: #B5C1CE;
}
</style>
border-color css
<style>
span { border-color: #B5C1CE; }
span { border-color: rgb(181,193,206); }
td.TdClassName
{
border-color: #B5C1CE;
}
.TagClassName
{
border-color: #B5C1CE;
}
</style>