#B3B0AA

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

Shades of Cloudy #B3B0AA

Tints of Cloudy #B3B0AA

Color information

#B3B0AA (or 0xB3B0AA) is unknown color: approx Cloudy. HEX triplet: B3, B0 and AA. RGB value is (179,176,170). Sum of RGB (Red+Green+Blue) = 179+176+170=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B0AA is #4C4F55. Grayscale: #B0B0B0. Windows color (decimal): -5001046 or 11186355. OLE color: 11186355.

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

Color convert

RGB179176170-
CMYK00.020.050.30
HSL40º5.59%68.43%-
HSV(B)40º5.03%70.2%-
XYZ41.3743.5444.25-
YUV176.21124.49129.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 176 (69.14% from 255) = 33.52%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=34.10%
G=33.52%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917617000.020.050.30405.5968.43
HexB3B0AA0251E28644
Octal26326025202536506104
Binary101100111011000010101010010101111101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B0AA; }

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

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

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

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

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

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

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

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