Shades of Spindle #B2BECB
Tints of Spindle #B2BECB
RGB
CMYK
RGB Variations
Color information
#B2BECB (or 0xB2BECB) is known color: Spindle. HEX triplet: B2, BE and CB. RGB value is (178,190,203). Sum of RGB (Red+Green+Blue) = 178+190+203=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 190 (74.61% from 255 or 33.27% 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 #B2BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BECB is #4D4134. Grayscale: #BBBBBB. Windows color (decimal): -5062965 or 13352626. OLE color: 13352626.
HSL color Cylindrical-coordinate representation of color #B2BECB: hue angle of 211.2º 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 #B2BECB is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 178 | 190 | 203 | - |
CMYK | 0.12 | 0.06 | 0 | 0.20 |
HSL | 211.2º | 0.19% | 0.75% | - |
HSV(B) | 211.2º | 0.12% | 0.8% | - |
XYZ | 47.55 | 50.6 | 63.76 | - |
YUV | 187.89 | 136.52 | 120.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 190 | 203 | 0.12 | 0.06 | 0 | 0.20 | 211.2 | 0.19 | 0.75 |
Hex | B2 | BE | CB | C | 6 | 0 | 14 | D3 | 13 | 4B |
Octal | 262 | 276 | 313 | 14 | 6 | 0 | 24 | 323 | 23 | 113 |
Binary | 10110010 | 10111110 | 11001011 | 1100 | 110 | 0 | 10100 | 11010011 | 10011 | 1001011 |
Color Harmonies of #B2BECB
Complementary color
Monochromatic Colors of #B2BECB
Black with #B2BECB
Text Example
Text Example
White with #B2BECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BECB; }
p { color: rgb(178,190,203); }
H1.HeaderClassName
{
color: #B2BECB;
}
.AnyTagClassName
{
color: #B2BECB;
}
</style>
background-color css
<style>
a { background-color: #B2BECB; }
a { background-color: rgb(178,190,203); }
div.DivClassName
{
background-color: #B2BECB;
}
.BgClassName
{
background-color: #B2BECB;
}
</style>
border-color css
<style>
span { border-color: #B2BECB; }
span { border-color: rgb(178,190,203); }
td.TdClassName
{
border-color: #B2BECB;
}
.TagClassName
{
border-color: #B2BECB;
}
</style>