#B2B0AD

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

Shades of Cloudy #B2B0AD

Tints of Cloudy #B2B0AD

Color information

#B2B0AD (or 0xB2B0AD) is unknown color: approx Cloudy. HEX triplet: B2, B0 and AD. RGB value is (178,176,173). Sum of RGB (Red+Green+Blue) = 178+176+173=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B0AD is #4D4F52. Grayscale: #B0B0B0. Windows color (decimal): -5066579 or 11382962. OLE color: 11382962.

HSL color Cylindrical-coordinate representation of color #B2B0AD: hue angle of 36º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B2B0AD is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB178176173-
CMYK00.010.030.30
HSL36º3.14%68.82%-
HSV(B)36º2.81%69.8%-
XYZ41.4343.5345.75-
YUV176.26126.16129.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 173 (67.97% from 255) = 32.83%
R=33.78%
G=33.40%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817617300.010.030.30363.1468.82
HexB2B0AD0131E24345
Octal26226025501336443105
Binary101100101011000010101101011111110100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B0AD; }

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

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

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

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

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

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

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

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