Shades of Spun Pearl #B3B3B4
Tints of Spun Pearl #B3B3B4
RGB
CMYK
RGB Variations
Color information
#B3B3B4 (or 0xB3B3B4) is known color: Spun Pearl. HEX triplet: B3, B3 and B4. RGB value is (179,179,180). Sum of RGB (Red+Green+Blue) = 179+179+180=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 180 - color contains mainly: blue. Hex color #B3B3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B3B4 is #4C4C4B. Grayscale: #B3B3B3. Windows color (decimal): -5000268 or 11842483. OLE color: 11842483.
HSL color Cylindrical-coordinate representation of color #B3B3B4: hue angle of 240º degrees, saturation: 0.01, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #B3B3B4 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 179 | 179 | 180 | - |
CMYK | 0.01 | 0.01 | 0 | 0.29 |
HSL | 240º | 0.01% | 0.7% | - |
HSV(B) | 240º | 0.01% | 0.71% | - |
XYZ | 42.95 | 45.12 | 49.63 | - |
YUV | 179.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 179 | 179 | 180 | 0.01 | 0.01 | 0 | 0.29 | 240 | 0.01 | 0.7 |
Hex | B3 | B3 | B4 | 1 | 1 | 0 | 1D | F0 | 1 | 46 |
Octal | 263 | 263 | 264 | 1 | 1 | 0 | 35 | 360 | 1 | 106 |
Binary | 10110011 | 10110011 | 10110100 | 1 | 1 | 0 | 11101 | 11110000 | 1 | 1000110 |
Color Harmonies of #B3B3B4
Complementary color
Monochromatic Colors of #B3B3B4
Black with #B3B3B4
Text Example
Text Example
White with #B3B3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B3B4; }
p { color: rgb(179,179,180); }
H1.HeaderClassName
{
color: #B3B3B4;
}
.AnyTagClassName
{
color: #B3B3B4;
}
</style>
background-color css
<style>
a { background-color: #B3B3B4; }
a { background-color: rgb(179,179,180); }
div.DivClassName
{
background-color: #B3B3B4;
}
.BgClassName
{
background-color: #B3B3B4;
}
</style>
border-color css
<style>
span { border-color: #B3B3B4; }
span { border-color: rgb(179,179,180); }
td.TdClassName
{
border-color: #B3B3B4;
}
.TagClassName
{
border-color: #B3B3B4;
}
</style>