#B0ADB7

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

Shades of Spun Pearl #B0ADB7

Tints of Spun Pearl #B0ADB7

Color information

#B0ADB7 (or 0xB0ADB7) is unknown color: approx Spun Pearl. HEX triplet: B0, AD and B7. RGB value is (176,173,183). Sum of RGB (Red+Green+Blue) = 176+173+183=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 173 (67.97% from 255 or 32.52% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 183 - color contains mainly: blue. Hex color #B0ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ADB7 is #4F5248. Grayscale: #AFAFAF. Windows color (decimal): -5198409 or 12037552. OLE color: 12037552.

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

Color convert

RGB176173183-
CMYK0.040.0500.28
HSL258º6.49%69.8%-
HSV(B)258º5.46%71.76%-
XYZ41.442.5450.83-
YUV175.04132.49128.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 173 (67.97% from 255) = 32.52%
BLUE value IS 183 (71.88% from 255) = 34.40%
R=33.08%
G=32.52%
B=34.40%

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
Decimal1761731830.040.0500.282586.4969.8
HexB0ADB74501C102646
Octal260255267450344026106
Binary1011000010101101101101111001010111001000000101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADB7; }

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

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

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

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

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

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

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

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