#B0ACB9

Color #B0ACB9 Spun Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spun Pearl #B0ACB9

Tints of Spun Pearl #B0ACB9

Color information

#B0ACB9 (or 0xB0ACB9) is unknown color: approx Spun Pearl. HEX triplet: B0, AC and B9. RGB value is (176,172,185). Sum of RGB (Red+Green+Blue) = 176+172+185=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 185 - color contains mainly: blue. Hex color #B0ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACB9 is #4F5346. Grayscale: #AEAEAE. Windows color (decimal): -5198663 or 12168368. OLE color: 12168368.

HSL color Cylindrical-coordinate representation of color #B0ACB9: hue angle of 258.46º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B0ACB9 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176172185-
CMYK0.050.0700.27
HSL258.46º8.5%70%-
HSV(B)258.46º7.03%72.55%-
XYZ41.4142.2451.87-
YUV174.68133.83128.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 185 (72.66% from 255) = 34.71%
R=33.02%
G=32.27%
B=34.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761721850.050.0700.27258.468.570
HexB0ACB95701B102846
Octal2602542715703340210106
Binary10110000101011001011100110111101101110000001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACB9; }

 p { color: rgb(176,172,185); }

 H1.HeaderClassName
 {
   color: #B0ACB9;
 }
 .AnyTagClassName
 {
   color: #B0ACB9;
 }
</style>
background-color css

<style>
 a { background-color: #B0ACB9; }

 a { background-color: rgb(176,172,185); }

 div.DivClassName
 {
   background-color: #B0ACB9;
 }
 .BgClassName
 {
   background-color: #B0ACB9;
 }
</style>
border-color css

<style>
 span { border-color: #B0ACB9; }

 span { border-color: rgb(176,172,185); }

 td.TdClassName
 {
   border-color: #B0ACB9;
 }
 .TagClassName
 {
   border-color: #B0ACB9;
 }
</style>