Html Css Color HEX #B5AE9F Cloudy

📋 copy color: '#B5AE9F'

red 181 ◦ green 174 ◦ blue 159

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

Shades of Cloudy #B5AE9F

Tints of Cloudy #B5AE9F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.85%

 BLUE value IS 159 (62.5% from 255) = 30.93%

R = 35.21%
G = 33.85%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5AE9F (or 0xB5AE9F) is known color: Cloudy. HEX triplet: B5, AE and 9F. RGB value is (181,174,159). Sum of RGB (Red+Green+Blue) = 181+174+159=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AE9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AE9F is #4A5160. Grayscale: #AEAEAE. Windows color (decimal): -4870497 or 10464949. OLE color: 10464949.

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

Color convert

RGB 181 174 159 -
CMYK 0 0.04 0.12 0.29
HSL 40.91º 0.13% 0.67% -
HSV(B) 40.91º 0.12% 0.71% -
XYZ 40.45 42.6 38.89 -
YUV 174.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 181 174 159 0 0.04 0.12 0.29 40.91 0.13 0.67
Hex B5 AE 9F 0 4 C 1D 29 D 43
Octal 265 256 237 0 4 14 35 51 15 103
Binary 10110101 10101110 10011111 0 100 1100 11101 101001 1101 1000011

Color Harmonies of #B5AE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AE9F

Black with #B5AE9F

Text Example


Text Example

White with #B5AE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AE9F; }

 p { color: rgb(181,174,159); }

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

background-color css

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

 a { background-color: rgb(181,174,159); }

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

border-color css

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

 span { border-color: rgb(181,174,159); }

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