Shades of Spindle #B2C2CE
Tints of Spindle #B2C2CE
RGB
CMYK
RGB Variations
Color information
#B2C2CE (or 0xB2C2CE) is known color: Spindle. HEX triplet: B2, C2 and CE. RGB value is (178,194,206). Sum of RGB (Red+Green+Blue) = 178+194+206=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2C2CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2C2CE is #4D3D31. Grayscale: #BEBEBE. Windows color (decimal): -5061938 or 13550258. OLE color: 13550258.
HSL color Cylindrical-coordinate representation of color #B2C2CE: hue angle of 205.71º 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 #B2C2CE is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 194 | 206 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.19 |
| HSL | 205.71º | 0.22% | 0.75% | - |
| HSV(B) | 205.71º | 0.14% | 0.81% | - |
| XYZ | 48.79 | 52.5 | 65.96 | - |
| YUV | 190.58 | 136.7 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 194 | 206 | 0.14 | 0.06 | 0 | 0.19 | 205.71 | 0.22 | 0.75 |
| Hex | B2 | C2 | CE | E | 6 | 0 | 13 | CE | 16 | 4B |
| Octal | 262 | 302 | 316 | 16 | 6 | 0 | 23 | 316 | 26 | 113 |
| Binary | 10110010 | 11000010 | 11001110 | 1110 | 110 | 0 | 10011 | 11001110 | 10110 | 1001011 |
Color Harmonies of #B2C2CE
Complementary color
Monochromatic Colors of #B2C2CE
Black with #B2C2CE
Text Example
Text Example
White with #B2C2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2C2CE; }
p { color: rgb(178,194,206); }
H1.HeaderClassName
{
color: #B2C2CE;
}
.AnyTagClassName
{
color: #B2C2CE;
}
</style>
background-color css
<style>
a { background-color: #B2C2CE; }
a { background-color: rgb(178,194,206); }
div.DivClassName
{
background-color: #B2C2CE;
}
.BgClassName
{
background-color: #B2C2CE;
}
</style>
border-color css
<style>
span { border-color: #B2C2CE; }
span { border-color: rgb(178,194,206); }
td.TdClassName
{
border-color: #B2C2CE;
}
.TagClassName
{
border-color: #B2C2CE;
}
</style>