#B0AFB3

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

Shades of Spun Pearl #B0AFB3

Tints of Spun Pearl #B0AFB3

Color information

#B0AFB3 (or 0xB0AFB3) is unknown color: approx Spun Pearl. HEX triplet: B0, AF and B3. RGB value is (176,175,179). Sum of RGB (Red+Green+Blue) = 176+175+179=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 179 - color contains mainly: blue. Hex color #B0AFB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFB3 is #4F504C. Grayscale: #AFAFAF. Windows color (decimal): -5197901 or 11775920. OLE color: 11775920.

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

Color convert

RGB176175179-
CMYK0.020.0200.30
HSL255º2.56%69.41%-
HSV(B)255º2.23%70.2%-
XYZ41.3743.1448.8-
YUV175.76129.83128.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.21%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=33.21%
G=33.02%
B=33.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1761751790.020.0200.302552.5669.41
HexB0AFB32201Eff345
Octal260257263220363773105
Binary101100001010111110110011101001111011111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFB3; }

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

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

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

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

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

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

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

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