#B0AFBB

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

Shades of Spun Pearl #B0AFBB

Tints of Spun Pearl #B0AFBB

Color information

#B0AFBB (or 0xB0AFBB) is unknown color: approx Spun Pearl. HEX triplet: B0, AF and BB. RGB value is (176,175,187). Sum of RGB (Red+Green+Blue) = 176+175+187=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #B0AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AFBB is #4F5044. Grayscale: #B0B0B0. Windows color (decimal): -5197893 or 12300208. OLE color: 12300208.

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

Color convert

RGB176175187-
CMYK0.060.0600.27
HSL245º8.11%70.98%-
HSV(B)245º6.42%73.33%-
XYZ42.243.4853.18-
YUV176.67133.83127.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.71%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=32.71%
G=32.53%
B=34.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761751870.060.0600.272458.1170.98
HexB0AFBB6601Bf5847
Octal2602572736603336510107
Binary1011000010101111101110111101100110111111010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFBB; }

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

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

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

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

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

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

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

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