Html Css Color HEX #B5AB9F Cloudy

📋 copy color: '#B5AB9F'

red 181 ◦ green 171 ◦ blue 159

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

Shades of Cloudy #B5AB9F

Tints of Cloudy #B5AB9F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.46%

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

R = 35.42%
G = 33.46%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B5AB9F (or 0xB5AB9F) is known color: Cloudy. HEX triplet: B5, AB and 9F. RGB value is (181,171,159). Sum of RGB (Red+Green+Blue) = 181+171+159=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 159 (62.5% from 255 or 31.12% from 511); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AB9F is #4A5460. Grayscale: #ACACAC. Windows color (decimal): -4871265 or 10464181. OLE color: 10464181.

HSL color Cylindrical-coordinate representation of color #B5AB9F: hue angle of 32.73º 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 #B5AB9F is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 171 159 -
CMYK 0 0.06 0.12 0.29
HSL 32.73º 0.13% 0.67% -
HSV(B) 32.73º 0.12% 0.71% -
XYZ 39.88 41.45 38.7 -
YUV 172.62 120.31 133.98 -
System Red Green Blue C M Y K H S L
Decimal 181 171 159 0 0.06 0.12 0.29 32.73 0.13 0.67
Hex B5 AB 9F 0 6 C 1D 21 D 43
Octal 265 253 237 0 6 14 35 41 15 103
Binary 10110101 10101011 10011111 0 110 1100 11101 100001 1101 1000011

Color Harmonies of #B5AB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AB9F

Black with #B5AB9F

Text Example


Text Example

White with #B5AB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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