Shades of Spindle #B4BECB
Tints of Spindle #B4BECB
RGB
CMYK
RGB Variations
Color information
#B4BECB (or 0xB4BECB) is known color: Spindle. HEX triplet: B4, BE and CB. RGB value is (180,190,203). Sum of RGB (Red+Green+Blue) = 180+190+203=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 190 (74.61% from 255 or 33.16% 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 #B4BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BECB is #4B4134. Grayscale: #BCBCBC. Windows color (decimal): -4931893 or 13352628. OLE color: 13352628.
HSL color Cylindrical-coordinate representation of color #B4BECB: hue angle of 213.91º 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 #B4BECB is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 190 | 203 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.20 |
| HSL | 213.91º | 0.18% | 0.75% | - |
| HSV(B) | 213.91º | 0.11% | 0.8% | - |
| XYZ | 48.02 | 50.84 | 63.78 | - |
| YUV | 188.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 203 | 0.11 | 0.06 | 0 | 0.20 | 213.91 | 0.18 | 0.75 |
| Hex | B4 | BE | CB | B | 6 | 0 | 14 | D6 | 12 | 4B |
| Octal | 264 | 276 | 313 | 13 | 6 | 0 | 24 | 326 | 22 | 113 |
| Binary | 10110100 | 10111110 | 11001011 | 1011 | 110 | 0 | 10100 | 11010110 | 10010 | 1001011 |
Color Harmonies of #B4BECB
Complementary color
Monochromatic Colors of #B4BECB
Black with #B4BECB
Text Example
Text Example
White with #B4BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BECB; }
p { color: rgb(180,190,203); }
H1.HeaderClassName
{
color: #B4BECB;
}
.AnyTagClassName
{
color: #B4BECB;
}
</style>
background-color css
<style>
a { background-color: #B4BECB; }
a { background-color: rgb(180,190,203); }
div.DivClassName
{
background-color: #B4BECB;
}
.BgClassName
{
background-color: #B4BECB;
}
</style>
border-color css
<style>
span { border-color: #B4BECB; }
span { border-color: rgb(180,190,203); }
td.TdClassName
{
border-color: #B4BECB;
}
.TagClassName
{
border-color: #B4BECB;
}
</style>