#B0ADA6

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

Shades of Cloudy #B0ADA6

Tints of Cloudy #B0ADA6

Color information

#B0ADA6 (or 0xB0ADA6) is unknown color: approx Cloudy. HEX triplet: B0, AD and A6. RGB value is (176,173,166). Sum of RGB (Red+Green+Blue) = 176+173+166=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADA6 is #4F5259. Grayscale: #ADADAD. Windows color (decimal): -5198426 or 10923440. OLE color: 10923440.

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

Color convert

RGB176173166-
CMYK00.020.060.31
HSL42º5.95%67.06%-
HSV(B)42º5.68%69.02%-
XYZ39.7341.8742.06-
YUV173.1123.99130.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.17%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 166 (65.23% from 255) = 32.23%
R=34.17%
G=33.59%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617316600.020.060.31425.9567.06
HexB0ADA60261F2a643
Octal26025524602637526103
Binary101100001010110110100110010110111111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADA6; }

 p { color: rgb(176,173,166); }

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

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

 a { background-color: rgb(176,173,166); }

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

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

 span { border-color: rgb(176,173,166); }

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