#B8AD9D

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

Shades of Cloudy #B8AD9D

Tints of Cloudy #B8AD9D

Color information

#B8AD9D (or 0xB8AD9D) is unknown color: approx Cloudy. HEX triplet: B8, AD and 9D. RGB value is (184,173,157). Sum of RGB (Red+Green+Blue) = 184+173+157=514 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.80% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD9D is #475262. Grayscale: #AEAEAE. Windows color (decimal): -4674147 or 10333624. OLE color: 10333624.

HSL color Cylindrical-coordinate representation of color #B8AD9D: hue angle of 35.56º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B8AD9D is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB184173157-
CMYK00.060.150.28
HSL35.56º15.98%66.86%-
HSV(B)35.56º14.67%72.16%-
XYZ40.842.5137.95-
YUV174.46118.14134.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.80%
GREEN value IS 173 (67.97% from 255) = 33.66%
BLUE value IS 157 (61.72% from 255) = 30.54%
R=35.80%
G=33.66%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417315700.060.150.2835.5615.9866.86
HexB8AD9D06F1C241043
Octal2702552350617344420103
Binary1011100010101101100111010110111111100100100100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD9D; }

 p { color: rgb(184,173,157); }

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

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

 a { background-color: rgb(184,173,157); }

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

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

 span { border-color: rgb(184,173,157); }

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