Html Css Color HEX #B1AAA0 Cloudy

📋 copy color: '#B1AAA0'

red 177 ◦ green 170 ◦ blue 160

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

Shades of Cloudy #B1AAA0

Tints of Cloudy #B1AAA0

RGB

 RED value IS 177 (69.53% from 255) = 34.91%

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

 BLUE value IS 160 (62.89% from 255) = 31.56%

R = 34.91%
G = 33.53%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1AAA0 (or 0xB1AAA0) is known color: Cloudy. HEX triplet: B1, AA and A0. RGB value is (177,170,160). Sum of RGB (Red+Green+Blue) = 177+170+160=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AAA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AAA0 is #4E555F. Grayscale: #ABABAB. Windows color (decimal): -5133664 or 10529457. OLE color: 10529457.

HSL color Cylindrical-coordinate representation of color #B1AAA0: hue angle of 35.29º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1AAA0 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 170 160 -
CMYK 0 0.04 0.10 0.31
HSL 35.29º 0.1% 0.66% -
HSV(B) 35.29º 0.1% 0.69% -
XYZ 38.85 40.63 39.05 -
YUV 170.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 177 170 160 0 0.04 0.10 0.31 35.29 0.1 0.66
Hex B1 AA A0 0 4 A 1F 23 A 42
Octal 261 252 240 0 4 12 37 43 12 102
Binary 10110001 10101010 10100000 0 100 1010 11111 100011 1010 1000010

Color Harmonies of #B1AAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAA0

Black with #B1AAA0

Text Example


Text Example

White with #B1AAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAA0; }

 p { color: rgb(177,170,160); }

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

background-color css

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

 a { background-color: rgb(177,170,160); }

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

border-color css

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

 span { border-color: rgb(177,170,160); }

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