#B0ABA4

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

Shades of Cloudy #B0ABA4

Tints of Cloudy #B0ABA4

Color information

#B0ABA4 (or 0xB0ABA4) is unknown color: approx Cloudy. HEX triplet: B0, AB and A4. RGB value is (176,171,164). Sum of RGB (Red+Green+Blue) = 176+171+164=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 164 (64.45% from 255 or 32.09% from 511); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ABA4 is #4F545B. Grayscale: #ABABAB. Windows color (decimal): -5198940 or 10791856. OLE color: 10791856.

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

Color convert

RGB176171164-
CMYK00.030.070.31
HSL35º7.06%66.67%-
HSV(B)35º6.82%69.02%-
XYZ39.1741.0440.98-
YUV171.7123.66131.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 164 (64.45% from 255) = 32.09%
R=34.44%
G=33.46%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617116400.030.070.31357.0666.67
HexB0ABA40371F23743
Octal26025324403737437103
Binary101100001010101110100100011111111111000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABA4; }

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

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

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

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

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

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

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

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