#B0AEBA

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

Shades of Spun Pearl #B0AEBA

Tints of Spun Pearl #B0AEBA

Color information

#B0AEBA (or 0xB0AEBA) is unknown color: approx Spun Pearl. HEX triplet: B0, AE and BA. RGB value is (176,174,186). Sum of RGB (Red+Green+Blue) = 176+174+186=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEBA is #4F5145. Grayscale: #AFAFAF. Windows color (decimal): -5198150 or 12234416. OLE color: 12234416.

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

Color convert

RGB176174186-
CMYK0.050.0600.27
HSL250º8%70.59%-
HSV(B)250º6.45%72.94%-
XYZ41.943.0552.55-
YUV175.97133.66128.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.84%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=32.84%
G=32.46%
B=34.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761741860.050.0600.27250870.59
HexB0AEBA5601Bfa847
Octal2602562725603337210107
Binary1011000010101110101110101011100110111111101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEBA; }

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

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

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

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

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

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

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

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