#B4ADA2

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

Shades of Cloudy #B4ADA2

Tints of Cloudy #B4ADA2

Color information

#B4ADA2 (or 0xB4ADA2) is unknown color: approx Cloudy. HEX triplet: B4, AD and A2. RGB value is (180,173,162). Sum of RGB (Red+Green+Blue) = 180+173+162=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ADA2 is #4B525D. Grayscale: #ADADAD. Windows color (decimal): -4936286 or 10661300. OLE color: 10661300.

HSL color Cylindrical-coordinate representation of color #B4ADA2: hue angle of 36.67º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4ADA2 is Cyan = 0, Magento = 0.04, Yellow = 0.1 and Black (K on CMYK) = 0.29.

Color convert

RGB180173162-
CMYK00.040.10.29
HSL36.67º10.71%67.06%-
HSV(B)36.67º10%70.59%-
XYZ40.2942.240.2-
YUV173.84121.32132.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=34.95%
G=33.59%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017316200.040.10.2936.6710.7167.06
HexB4ADA204A1D25b43
Octal2642552420412354513103
Binary101101001010110110100010010010101110110010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADA2; }

 p { color: rgb(180,173,162); }

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

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

 a { background-color: rgb(180,173,162); }

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

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

 span { border-color: rgb(180,173,162); }

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