Shades of Spindle #B2C0CE
Tints of Spindle #B2C0CE
RGB
CMYK
RGB Variations
Color information
#B2C0CE (or 0xB2C0CE) is known color: Spindle. HEX triplet: B2, C0 and CE. RGB value is (178,192,206). Sum of RGB (Red+Green+Blue) = 178+192+206=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2C0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C0CE is #4D3F31. Grayscale: #BDBDBD. Windows color (decimal): -5062450 or 13549746. OLE color: 13549746.
HSL color Cylindrical-coordinate representation of color #B2C0CE: hue angle of 210º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2C0CE is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 192 | 206 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.19 |
| HSL | 210º | 0.22% | 0.75% | - |
| HSV(B) | 210º | 0.14% | 0.81% | - |
| XYZ | 48.35 | 51.62 | 65.81 | - |
| YUV | 189.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 192 | 206 | 0.14 | 0.07 | 0 | 0.19 | 210 | 0.22 | 0.75 |
| Hex | B2 | C0 | CE | E | 7 | 0 | 13 | D2 | 16 | 4B |
| Octal | 262 | 300 | 316 | 16 | 7 | 0 | 23 | 322 | 26 | 113 |
| Binary | 10110010 | 11000000 | 11001110 | 1110 | 111 | 0 | 10011 | 11010010 | 10110 | 1001011 |
Color Harmonies of #B2C0CE
Complementary color
Monochromatic Colors of #B2C0CE
Black with #B2C0CE
Text Example
Text Example
White with #B2C0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C0CE; }
p { color: rgb(178,192,206); }
H1.HeaderClassName
{
color: #B2C0CE;
}
.AnyTagClassName
{
color: #B2C0CE;
}
</style>
background-color css
<style>
a { background-color: #B2C0CE; }
a { background-color: rgb(178,192,206); }
div.DivClassName
{
background-color: #B2C0CE;
}
.BgClassName
{
background-color: #B2C0CE;
}
</style>
border-color css
<style>
span { border-color: #B2C0CE; }
span { border-color: rgb(178,192,206); }
td.TdClassName
{
border-color: #B2C0CE;
}
.TagClassName
{
border-color: #B2C0CE;
}
</style>