Html Css Color HEX #B5AD9E Cloudy

📋 copy color: '#B5AD9E'

red 181 ◦ green 173 ◦ blue 158

#B5AD9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloudy #B5AD9E

Tints of Cloudy #B5AD9E

RGB

 RED value IS 181 (71.09% from 255) = 35.35%

 GREEN value IS 173 (67.97% from 255) = 33.79%

 BLUE value IS 158 (62.11% from 255) = 30.86%

R = 35.35%
G = 33.79%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B5AD9E (or 0xB5AD9E) is known color: Cloudy. HEX triplet: B5, AD and 9E. RGB value is (181,173,158). Sum of RGB (Red+Green+Blue) = 181+173+158=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AD9E is #4A5261. Grayscale: #ADADAD. Windows color (decimal): -4870754 or 10399157. OLE color: 10399157.

HSL color Cylindrical-coordinate representation of color #B5AD9E: hue angle of 39.13º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5AD9E is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 173 158 -
CMYK 0 0.04 0.13 0.29
HSL 39.13º 0.13% 0.66% -
HSV(B) 39.13º 0.13% 0.71% -
XYZ 40.17 42.18 38.37 -
YUV 173.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 181 173 158 0 0.04 0.13 0.29 39.13 0.13 0.66
Hex B5 AD 9E 0 4 D 1D 27 D 42
Octal 265 255 236 0 4 15 35 47 15 102
Binary 10110101 10101101 10011110 0 100 1101 11101 100111 1101 1000010

Color Harmonies of #B5AD9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AD9E

Black with #B5AD9E

Text Example


Text Example

White with #B5AD9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AD9E; }

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

 H1.HeaderClassName
 {
   color: #B5AD9E;
 }
 .AnyTagClassName
 {
   color: #B5AD9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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