#B0AB9F

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

Shades of Cloudy #B0AB9F

Tints of Cloudy #B0AB9F

Color information

#B0AB9F (or 0xB0AB9F) is unknown color: approx Cloudy. HEX triplet: B0, AB and 9F. RGB value is (176,171,159). Sum of RGB (Red+Green+Blue) = 176+171+159=506 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.78% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB9F is #4F5460. Grayscale: #ABABAB. Windows color (decimal): -5198945 or 10464176. OLE color: 10464176.

HSL color Cylindrical-coordinate representation of color #B0AB9F: hue angle of 42.35º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B0AB9F is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176171159-
CMYK00.030.100.31
HSL42.35º9.71%65.69%-
HSV(B)42.35º9.66%69.02%-
XYZ38.7340.8638.65-
YUV171.13121.16131.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.78%
GREEN value IS 171 (67.19% from 255) = 33.79%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=34.78%
G=33.79%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617115900.030.100.3142.359.7165.69
HexB0AB9F03A1F2aa42
Octal2602532370312375212102
Binary10110000101010111001111101110101111110101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB9F; }

 p { color: rgb(176,171,159); }

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

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

 a { background-color: rgb(176,171,159); }

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

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

 span { border-color: rgb(176,171,159); }

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