#B0AEB7

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

Shades of Spun Pearl #B0AEB7

Tints of Spun Pearl #B0AEB7

Color information

#B0AEB7 (or 0xB0AEB7) is unknown color: approx Spun Pearl. HEX triplet: B0, AE and B7. RGB value is (176,174,183). Sum of RGB (Red+Green+Blue) = 176+174+183=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 183 - color contains mainly: blue. Hex color #B0AEB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEB7 is #4F5148. Grayscale: #AFAFAF. Windows color (decimal): -5198153 or 12037808. OLE color: 12037808.

HSL color Cylindrical-coordinate representation of color #B0AEB7: hue angle of 253.33º degrees, saturation: 0.06, 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 #B0AEB7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB176174183-
CMYK0.040.0500.28
HSL253.33º5.88%70%-
HSV(B)253.33º4.92%71.76%-
XYZ41.5942.9250.89-
YUV175.62132.16128.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.02%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 183 (71.88% from 255) = 34.33%
R=33.02%
G=32.65%
B=34.33%

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
Decimal1761741830.040.0500.28253.335.8870
HexB0AEB74501Cfd646
Octal260256267450343756106
Binary101100001010111010110111100101011100111111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEB7; }

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

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

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

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

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

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

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

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