Shades of Spindle #B6BCCB
Tints of Spindle #B6BCCB
RGB
CMYK
RGB Variations
Color information
#B6BCCB (or 0xB6BCCB) is known color: Spindle. HEX triplet: B6, BC and CB. RGB value is (182,188,203). Sum of RGB (Red+Green+Blue) = 182+188+203=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCCB is #494334. Grayscale: #BBBBBB. Windows color (decimal): -4801333 or 13352118. OLE color: 13352118.
HSL color Cylindrical-coordinate representation of color #B6BCCB: hue angle of 222.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6BCCB is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 188 | 203 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.20 |
| HSL | 222.86º | 0.17% | 0.75% | - |
| HSV(B) | 222.86º | 0.1% | 0.8% | - |
| XYZ | 48.05 | 50.22 | 63.66 | - |
| YUV | 187.92 | 136.51 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 203 | 0.10 | 0.07 | 0 | 0.20 | 222.86 | 0.17 | 0.75 |
| Hex | B6 | BC | CB | A | 7 | 0 | 14 | DF | 11 | 4B |
| Octal | 266 | 274 | 313 | 12 | 7 | 0 | 24 | 337 | 21 | 113 |
| Binary | 10110110 | 10111100 | 11001011 | 1010 | 111 | 0 | 10100 | 11011111 | 10001 | 1001011 |
Color Harmonies of #B6BCCB
Complementary color
Monochromatic Colors of #B6BCCB
Black with #B6BCCB
Text Example
Text Example
White with #B6BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BCCB; }
p { color: rgb(182,188,203); }
H1.HeaderClassName
{
color: #B6BCCB;
}
.AnyTagClassName
{
color: #B6BCCB;
}
</style>
background-color css
<style>
a { background-color: #B6BCCB; }
a { background-color: rgb(182,188,203); }
div.DivClassName
{
background-color: #B6BCCB;
}
.BgClassName
{
background-color: #B6BCCB;
}
</style>
border-color css
<style>
span { border-color: #B6BCCB; }
span { border-color: rgb(182,188,203); }
td.TdClassName
{
border-color: #B6BCCB;
}
.TagClassName
{
border-color: #B6BCCB;
}
</style>