Shades of Spindle #B4BCCB
Tints of Spindle #B4BCCB
RGB
CMYK
RGB Variations
Color information
#B4BCCB (or 0xB4BCCB) is known color: Spindle. HEX triplet: B4, BC and CB. RGB value is (180,188,203). Sum of RGB (Red+Green+Blue) = 180+188+203=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4BCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCCB is #4B4334. Grayscale: #BBBBBB. Windows color (decimal): -4932405 or 13352116. OLE color: 13352116.
HSL color Cylindrical-coordinate representation of color #B4BCCB: hue angle of 219.13º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4BCCB is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 188 | 203 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.20 |
| HSL | 219.13º | 0.18% | 0.75% | - |
| HSV(B) | 219.13º | 0.11% | 0.8% | - |
| XYZ | 47.59 | 49.98 | 63.64 | - |
| YUV | 187.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 203 | 0.11 | 0.07 | 0 | 0.20 | 219.13 | 0.18 | 0.75 |
| Hex | B4 | BC | CB | B | 7 | 0 | 14 | DB | 12 | 4B |
| Octal | 264 | 274 | 313 | 13 | 7 | 0 | 24 | 333 | 22 | 113 |
| Binary | 10110100 | 10111100 | 11001011 | 1011 | 111 | 0 | 10100 | 11011011 | 10010 | 1001011 |
Color Harmonies of #B4BCCB
Complementary color
Monochromatic Colors of #B4BCCB
Black with #B4BCCB
Text Example
Text Example
White with #B4BCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BCCB; }
p { color: rgb(180,188,203); }
H1.HeaderClassName
{
color: #B4BCCB;
}
.AnyTagClassName
{
color: #B4BCCB;
}
</style>
background-color css
<style>
a { background-color: #B4BCCB; }
a { background-color: rgb(180,188,203); }
div.DivClassName
{
background-color: #B4BCCB;
}
.BgClassName
{
background-color: #B4BCCB;
}
</style>
border-color css
<style>
span { border-color: #B4BCCB; }
span { border-color: rgb(180,188,203); }
td.TdClassName
{
border-color: #B4BCCB;
}
.TagClassName
{
border-color: #B4BCCB;
}
</style>