#B8AD9E

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

Shades of Cloudy #B8AD9E

Tints of Cloudy #B8AD9E

Color information

#B8AD9E (or 0xB8AD9E) is unknown color: approx Cloudy. HEX triplet: B8, AD and 9E. RGB value is (184,173,158). Sum of RGB (Red+Green+Blue) = 184+173+158=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD9E is #475261. Grayscale: #AEAEAE. Windows color (decimal): -4674146 or 10399160. OLE color: 10399160.

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

Color convert

RGB184173158-
CMYK00.060.140.28
HSL34.62º15.48%67.06%-
HSV(B)34.62º14.13%72.16%-
XYZ40.8842.5538.41-
YUV174.58118.64134.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=35.73%
G=33.59%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417315800.060.140.2834.6215.4867.06
HexB8AD9E06E1C23f43
Octal2702552360616344317103
Binary101110001010110110011110011011101110010001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AD9E; }

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

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

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

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

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

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

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

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