#B0ADA7

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

Shades of Cloudy #B0ADA7

Tints of Cloudy #B0ADA7

Color information

#B0ADA7 (or 0xB0ADA7) is unknown color: approx Cloudy. HEX triplet: B0, AD and A7. RGB value is (176,173,167). Sum of RGB (Red+Green+Blue) = 176+173+167=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 167 (65.62% from 255 or 32.36% from 516); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADA7 is #4F5258. Grayscale: #ADADAD. Windows color (decimal): -5198425 or 10988976. OLE color: 10988976.

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

Color convert

RGB176173167-
CMYK00.020.050.31
HSL40º5.39%67.25%-
HSV(B)40º5.11%69.02%-
XYZ39.8241.9142.55-
YUV173.21124.49129.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 167 (65.62% from 255) = 32.36%
R=34.11%
G=33.53%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617316700.020.050.31405.3967.25
HexB0ADA70251F28543
Octal26025524702537505103
Binary101100001010110110100111010101111111010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADA7; }

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

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

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

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

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

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

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

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