#B0ACBA

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

Shades of Spun Pearl #B0ACBA

Tints of Spun Pearl #B0ACBA

Color information

#B0ACBA (or 0xB0ACBA) is unknown color: approx Spun Pearl. HEX triplet: B0, AC and BA. RGB value is (176,172,186). Sum of RGB (Red+Green+Blue) = 176+172+186=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 172 (67.58% from 255 or 32.21% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0ACBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ACBA is #4F5345. Grayscale: #AEAEAE. Windows color (decimal): -5198662 or 12233904. OLE color: 12233904.

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

Color convert

RGB176172186-
CMYK0.050.0800.27
HSL257.14º9.21%70.2%-
HSV(B)257.14º7.53%72.94%-
XYZ41.5242.2852.43-
YUV174.79134.33128.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 172 (67.58% from 255) = 32.21%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=32.96%
G=32.21%
B=34.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761721860.050.0800.27257.149.2170.2
HexB0ACBA5801B101946
Octal26025427251003340111106
Binary101100001010110010111010101100001101110000000110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ACBA; }

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

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

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

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

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

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

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

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