#B0ADBA

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

Shades of Spun Pearl #B0ADBA

Tints of Spun Pearl #B0ADBA

Color information

#B0ADBA (or 0xB0ADBA) is unknown color: approx Spun Pearl. HEX triplet: B0, AD and BA. RGB value is (176,173,186). Sum of RGB (Red+Green+Blue) = 176+173+186=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 186 - color contains mainly: blue. Hex color #B0ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADBA is #4F5245. Grayscale: #AFAFAF. Windows color (decimal): -5198406 or 12234160. OLE color: 12234160.

HSL color Cylindrical-coordinate representation of color #B0ADBA: hue angle of 253.85º degrees, saturation: 0.09, 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 #B0ADBA is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176173186-
CMYK0.050.0700.27
HSL253.85º8.61%70.39%-
HSV(B)253.85º6.99%72.94%-
XYZ41.7142.6652.49-
YUV175.38133.99128.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.90%
GREEN value IS 173 (67.97% from 255) = 32.34%
BLUE value IS 186 (73.05% from 255) = 34.77%
R=32.90%
G=32.34%
B=34.77%

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
Decimal1761731860.050.0700.27253.858.6170.39
HexB0ADBA5701Bfe946
Octal2602552725703337611106
Binary1011000010101101101110101011110110111111111010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADBA; }

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

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

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

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

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

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

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

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