#B0AAA3

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

Shades of Cloudy #B0AAA3

Tints of Cloudy #B0AAA3

Color information

#B0AAA3 (or 0xB0AAA3) is unknown color: approx Cloudy. HEX triplet: B0, AA and A3. RGB value is (176,170,163). Sum of RGB (Red+Green+Blue) = 176+170+163=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAA3 is #4F555C. Grayscale: #ABABAB. Windows color (decimal): -5199197 or 10726064. OLE color: 10726064.

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

Color convert

RGB176170163-
CMYK00.030.070.31
HSL32.31º7.6%66.47%-
HSV(B)32.31º7.39%69.02%-
XYZ38.8940.6240.44-
YUV171123.49131.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.58%
GREEN value IS 170 (66.80% from 255) = 33.40%
BLUE value IS 163 (64.06% from 255) = 32.02%
R=34.58%
G=33.40%
B=32.02%

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
Decimal17617016300.030.070.3132.317.666.47
HexB0AAA30371F20842
Octal260252243037374010102
Binary1011000010101010101000110111111111110000010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAA3; }

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

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

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

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

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

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

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

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