Shades of Spindle #B2BFCB
Tints of Spindle #B2BFCB
RGB
CMYK
RGB Variations
Color information
#B2BFCB (or 0xB2BFCB) is known color: Spindle. HEX triplet: B2, BF and CB. RGB value is (178,191,203). Sum of RGB (Red+Green+Blue) = 178+191+203=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 191 (75% from 255 or 33.39% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2BFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BFCB is #4D4034. Grayscale: #BCBCBC. Windows color (decimal): -5062709 or 13352882. OLE color: 13352882.
HSL color Cylindrical-coordinate representation of color #B2BFCB: hue angle of 208.8º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2BFCB is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 191 | 203 | - |
| CMYK | 0.12 | 0.06 | 0 | 0.20 |
| HSL | 208.8º | 0.19% | 0.75% | - |
| HSV(B) | 208.8º | 0.12% | 0.8% | - |
| XYZ | 47.77 | 51.04 | 63.83 | - |
| YUV | 188.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 203 | 0.12 | 0.06 | 0 | 0.20 | 208.8 | 0.19 | 0.75 |
| Hex | B2 | BF | CB | C | 6 | 0 | 14 | D1 | 13 | 4B |
| Octal | 262 | 277 | 313 | 14 | 6 | 0 | 24 | 321 | 23 | 113 |
| Binary | 10110010 | 10111111 | 11001011 | 1100 | 110 | 0 | 10100 | 11010001 | 10011 | 1001011 |
Color Harmonies of #B2BFCB
Complementary color
Monochromatic Colors of #B2BFCB
Black with #B2BFCB
Text Example
Text Example
White with #B2BFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BFCB; }
p { color: rgb(178,191,203); }
H1.HeaderClassName
{
color: #B2BFCB;
}
.AnyTagClassName
{
color: #B2BFCB;
}
</style>
background-color css
<style>
a { background-color: #B2BFCB; }
a { background-color: rgb(178,191,203); }
div.DivClassName
{
background-color: #B2BFCB;
}
.BgClassName
{
background-color: #B2BFCB;
}
</style>
border-color css
<style>
span { border-color: #B2BFCB; }
span { border-color: rgb(178,191,203); }
td.TdClassName
{
border-color: #B2BFCB;
}
.TagClassName
{
border-color: #B2BFCB;
}
</style>