Html Css Color HEX #B2AA9B Cloudy

📋 copy color: '#B2AA9B'

red 178 ◦ green 170 ◦ blue 155

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

Shades of Cloudy #B2AA9B

Tints of Cloudy #B2AA9B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.8%

 BLUE value IS 155 (60.94% from 255) = 30.82%

R = 35.39%
G = 33.8%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2AA9B (or 0xB2AA9B) is known color: Cloudy. HEX triplet: B2, AA and 9B. RGB value is (178,170,155). Sum of RGB (Red+Green+Blue) = 178+170+155=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AA9B is #4D5564. Grayscale: #AAAAAA. Windows color (decimal): -5068133 or 10201778. OLE color: 10201778.

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

Color convert

RGB 178 170 155 -
CMYK 0 0.04 0.13 0.30
HSL 39.13º 0.13% 0.65% -
HSV(B) 39.13º 0.13% 0.7% -
XYZ 38.65 40.58 36.81 -
YUV 170.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 178 170 155 0 0.04 0.13 0.30 39.13 0.13 0.65
Hex B2 AA 9B 0 4 D 1E 27 D 41
Octal 262 252 233 0 4 15 36 47 15 101
Binary 10110010 10101010 10011011 0 100 1101 11110 100111 1101 1000001

Color Harmonies of #B2AA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AA9B

Black with #B2AA9B

Text Example


Text Example

White with #B2AA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AA9B; }

 p { color: rgb(178,170,155); }

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

background-color css

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

 a { background-color: rgb(178,170,155); }

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

border-color css

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

 span { border-color: rgb(178,170,155); }

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