Shades of Spindle #B2C1CD
Tints of Spindle #B2C1CD
RGB
CMYK
RGB Variations
Color information
#B2C1CD (or 0xB2C1CD) is known color: Spindle. HEX triplet: B2, C1 and CD. RGB value is (178,193,205). Sum of RGB (Red+Green+Blue) = 178+193+205=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 193 (75.78% from 255 or 33.51% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2C1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C1CD is #4D3E32. Grayscale: #BDBDBD. Windows color (decimal): -5062195 or 13484466. OLE color: 13484466.
HSL color Cylindrical-coordinate representation of color #B2C1CD: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2C1CD is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 193 | 205 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.20 |
| HSL | 206.67º | 0.21% | 0.75% | - |
| HSV(B) | 206.67º | 0.13% | 0.8% | - |
| XYZ | 48.45 | 52.01 | 65.24 | - |
| YUV | 189.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 193 | 205 | 0.13 | 0.06 | 0 | 0.20 | 206.67 | 0.21 | 0.75 |
| Hex | B2 | C1 | CD | D | 6 | 0 | 14 | CF | 15 | 4B |
| Octal | 262 | 301 | 315 | 15 | 6 | 0 | 24 | 317 | 25 | 113 |
| Binary | 10110010 | 11000001 | 11001101 | 1101 | 110 | 0 | 10100 | 11001111 | 10101 | 1001011 |
Color Harmonies of #B2C1CD
Complementary color
Monochromatic Colors of #B2C1CD
Black with #B2C1CD
Text Example
Text Example
White with #B2C1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C1CD; }
p { color: rgb(178,193,205); }
H1.HeaderClassName
{
color: #B2C1CD;
}
.AnyTagClassName
{
color: #B2C1CD;
}
</style>
background-color css
<style>
a { background-color: #B2C1CD; }
a { background-color: rgb(178,193,205); }
div.DivClassName
{
background-color: #B2C1CD;
}
.BgClassName
{
background-color: #B2C1CD;
}
</style>
border-color css
<style>
span { border-color: #B2C1CD; }
span { border-color: rgb(178,193,205); }
td.TdClassName
{
border-color: #B2C1CD;
}
.TagClassName
{
border-color: #B2C1CD;
}
</style>