#B0AEB8

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

Shades of Spun Pearl #B0AEB8

Tints of Spun Pearl #B0AEB8

Color information

#B0AEB8 (or 0xB0AEB8) is unknown color: approx Spun Pearl. HEX triplet: B0, AE and B8. RGB value is (176,174,184). Sum of RGB (Red+Green+Blue) = 176+174+184=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 184 - color contains mainly: blue. Hex color #B0AEB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEB8 is #4F5147. Grayscale: #AFAFAF. Windows color (decimal): -5198152 or 12103344. OLE color: 12103344.

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

Color convert

RGB176174184-
CMYK0.040.0500.28
HSL252º6.58%70.2%-
HSV(B)252º5.43%72.16%-
XYZ41.6942.9651.44-
YUV175.74132.66128.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 184 (72.27% from 255) = 34.46%
R=32.96%
G=32.58%
B=34.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761741840.040.0500.282526.5870.2
HexB0AEB84501Cfc746
Octal260256270450343747106
Binary101100001010111010111000100101011100111111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEB8; }

 p { color: rgb(176,174,184); }

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

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

 a { background-color: rgb(176,174,184); }

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

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

 span { border-color: rgb(176,174,184); }

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