Shades of Spindle #B2BBCD
Tints of Spindle #B2BBCD
RGB
CMYK
RGB Variations
Color information
#B2BBCD (or 0xB2BBCD) is known color: Spindle. HEX triplet: B2, BB and CD. RGB value is (178,187,205). Sum of RGB (Red+Green+Blue) = 178+187+205=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2BBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBCD is #4D4432. Grayscale: #BABABA. Windows color (decimal): -5063731 or 13482930. OLE color: 13482930.
HSL color Cylindrical-coordinate representation of color #B2BBCD: hue angle of 220º 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 #B2BBCD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 187 | 205 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.20 |
| HSL | 220º | 0.21% | 0.75% | - |
| HSV(B) | 220º | 0.13% | 0.8% | - |
| XYZ | 47.15 | 49.41 | 64.81 | - |
| YUV | 186.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 205 | 0.13 | 0.09 | 0 | 0.20 | 220 | 0.21 | 0.75 |
| Hex | B2 | BB | CD | D | 9 | 0 | 14 | DC | 15 | 4B |
| Octal | 262 | 273 | 315 | 15 | 11 | 0 | 24 | 334 | 25 | 113 |
| Binary | 10110010 | 10111011 | 11001101 | 1101 | 1001 | 0 | 10100 | 11011100 | 10101 | 1001011 |
Color Harmonies of #B2BBCD
Complementary color
Monochromatic Colors of #B2BBCD
Black with #B2BBCD
Text Example
Text Example
White with #B2BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BBCD; }
p { color: rgb(178,187,205); }
H1.HeaderClassName
{
color: #B2BBCD;
}
.AnyTagClassName
{
color: #B2BBCD;
}
</style>
background-color css
<style>
a { background-color: #B2BBCD; }
a { background-color: rgb(178,187,205); }
div.DivClassName
{
background-color: #B2BBCD;
}
.BgClassName
{
background-color: #B2BBCD;
}
</style>
border-color css
<style>
span { border-color: #B2BBCD; }
span { border-color: rgb(178,187,205); }
td.TdClassName
{
border-color: #B2BBCD;
}
.TagClassName
{
border-color: #B2BBCD;
}
</style>