#B0ADB9

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

Shades of Spun Pearl #B0ADB9

Tints of Spun Pearl #B0ADB9

Color information

#B0ADB9 (or 0xB0ADB9) is unknown color: approx Spun Pearl. HEX triplet: B0, AD and B9. RGB value is (176,173,185). Sum of RGB (Red+Green+Blue) = 176+173+185=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 185 (72.66% from 255 or 34.64% from 534); Max value from RGB is 185 - color contains mainly: blue. Hex color #B0ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADB9 is #4F5246. Grayscale: #AFAFAF. Windows color (decimal): -5198407 or 12168624. OLE color: 12168624.

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

Color convert

RGB176173185-
CMYK0.050.0600.27
HSL255º7.89%70.2%-
HSV(B)255º6.49%72.55%-
XYZ41.6142.6251.93-
YUV175.26133.49128.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.96%
GREEN value IS 173 (67.97% from 255) = 32.40%
BLUE value IS 185 (72.66% from 255) = 34.64%
R=32.96%
G=32.40%
B=34.64%

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
Decimal1761731850.050.0600.272557.8970.2
HexB0ADB95601Bff846
Octal2602552715603337710106
Binary1011000010101101101110011011100110111111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADB9; }

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

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

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

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

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

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

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

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