Shades of Spun Pearl #B2B2B3
Tints of Spun Pearl #B2B2B3
RGB
CMYK
RGB Variations
Color information
#B2B2B3 (or 0xB2B2B3) is known color: Spun Pearl. HEX triplet: B2, B2 and B3. RGB value is (178,178,179). Sum of RGB (Red+Green+Blue) = 178+178+179=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 179 - color contains mainly: blue. Hex color #B2B2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B2B3 is #4D4D4C. Grayscale: #B2B2B2. Windows color (decimal): -5066061 or 11776690. OLE color: 11776690.
HSL color Cylindrical-coordinate representation of color #B2B2B3: hue angle of 240º degrees, saturation: 0.01, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B2B2B3 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 178 | 179 | - |
CMYK | 0.01 | 0.01 | 0 | 0.30 |
HSL | 240º | 0.01% | 0.7% | - |
HSV(B) | 240º | 0.01% | 0.7% | - |
XYZ | 42.42 | 44.56 | 49.01 | - |
YUV | 178.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 178 | 179 | 0.01 | 0.01 | 0 | 0.30 | 240 | 0.01 | 0.7 |
Hex | B2 | B2 | B3 | 1 | 1 | 0 | 1E | F0 | 1 | 46 |
Octal | 262 | 262 | 263 | 1 | 1 | 0 | 36 | 360 | 1 | 106 |
Binary | 10110010 | 10110010 | 10110011 | 1 | 1 | 0 | 11110 | 11110000 | 1 | 1000110 |
Color Harmonies of #B2B2B3
Complementary color
Monochromatic Colors of #B2B2B3
Black with #B2B2B3
Text Example
Text Example
White with #B2B2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B2B3; }
p { color: rgb(178,178,179); }
H1.HeaderClassName
{
color: #B2B2B3;
}
.AnyTagClassName
{
color: #B2B2B3;
}
</style>
background-color css
<style>
a { background-color: #B2B2B3; }
a { background-color: rgb(178,178,179); }
div.DivClassName
{
background-color: #B2B2B3;
}
.BgClassName
{
background-color: #B2B2B3;
}
</style>
border-color css
<style>
span { border-color: #B2B2B3; }
span { border-color: rgb(178,178,179); }
td.TdClassName
{
border-color: #B2B2B3;
}
.TagClassName
{
border-color: #B2B2B3;
}
</style>