#B0AFB4

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

Shades of Spun Pearl #B0AFB4

Tints of Spun Pearl #B0AFB4

Color information

#B0AFB4 (or 0xB0AFB4) is unknown color: approx Spun Pearl. HEX triplet: B0, AF and B4. RGB value is (176,175,180). Sum of RGB (Red+Green+Blue) = 176+175+180=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 175 (68.75% from 255 or 32.96% from 531); Blue value is 180 (70.70% from 255 or 33.90% from 531); Max value from RGB is 180 - color contains mainly: blue. Hex color #B0AFB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFB4 is #4F504B. Grayscale: #AFAFAF. Windows color (decimal): -5197900 or 11841456. OLE color: 11841456.

HSL color Cylindrical-coordinate representation of color #B0AFB4: hue angle of 252º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0AFB4 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB176175180-
CMYK0.020.0300.29
HSL252º3.23%69.61%-
HSV(B)252º2.78%70.59%-
XYZ41.4743.1949.33-
YUV175.87130.33128.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 175 (68.75% from 255) = 32.96%
BLUE value IS 180 (70.70% from 255) = 33.90%
R=33.15%
G=32.96%
B=33.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761751800.020.0300.292523.2369.61
HexB0AFB42301Dfc346
Octal260257264230353743106
Binary101100001010111110110100101101110111111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFB4; }

 p { color: rgb(176,175,180); }

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

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

 a { background-color: rgb(176,175,180); }

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

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

 span { border-color: rgb(176,175,180); }

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