Html Css Color HEX #B2AB9D Cloudy

📋 copy color: '#B2AB9D'

red 178 ◦ green 171 ◦ blue 157

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

Shades of Cloudy #B2AB9D

Tints of Cloudy #B2AB9D

RGB

 RED value IS 178 (69.92% from 255) = 35.18%

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

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 35.18%
G = 33.79%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2AB9D (or 0xB2AB9D) is known color: Cloudy. HEX triplet: B2, AB and 9D. RGB value is (178,171,157). Sum of RGB (Red+Green+Blue) = 178+171+157=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AB9D is #4D5462. Grayscale: #ABABAB. Windows color (decimal): -5067875 or 10333106. OLE color: 10333106.

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

Color convert

RGB 178 171 157 -
CMYK 0 0.04 0.12 0.30
HSL 40º 0.12% 0.66% -
HSV(B) 40º 0.12% 0.7% -
XYZ 39.01 41.03 37.76 -
YUV 171.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 178 171 157 0 0.04 0.12 0.30 40 0.12 0.66
Hex B2 AB 9D 0 4 C 1E 28 C 42
Octal 262 253 235 0 4 14 36 50 14 102
Binary 10110010 10101011 10011101 0 100 1100 11110 101000 1100 1000010

Color Harmonies of #B2AB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AB9D

Black with #B2AB9D

Text Example


Text Example

White with #B2AB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AB9D; }

 p { color: rgb(178,171,157); }

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

background-color css

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

 a { background-color: rgb(178,171,157); }

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

border-color css

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

 span { border-color: rgb(178,171,157); }

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