Html Css Color HEX #B1ABA0 Cloudy

📋 copy color: '#B1ABA0'

red 177 ◦ green 171 ◦ blue 160

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

Shades of Cloudy #B1ABA0

Tints of Cloudy #B1ABA0

RGB

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

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

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

R = 34.84%
G = 33.66%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1ABA0 (or 0xB1ABA0) is known color: Cloudy. HEX triplet: B1, AB and A0. RGB value is (177,171,160). Sum of RGB (Red+Green+Blue) = 177+171+160=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B1ABA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1ABA0 is #4E545F. Grayscale: #ABABAB. Windows color (decimal): -5133408 or 10529713. OLE color: 10529713.

HSL color Cylindrical-coordinate representation of color #B1ABA0: hue angle of 38.82º 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 #B1ABA0 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 171 160 -
CMYK 0 0.03 0.10 0.31
HSL 38.82º 0.1% 0.66% -
HSV(B) 38.82º 0.1% 0.69% -
XYZ 39.04 41.01 39.12 -
YUV 171.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 177 171 160 0 0.03 0.10 0.31 38.82 0.1 0.66
Hex B1 AB A0 0 3 A 1F 27 A 42
Octal 261 253 240 0 3 12 37 47 12 102
Binary 10110001 10101011 10100000 0 11 1010 11111 100111 1010 1000010

Color Harmonies of #B1ABA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ABA0

Black with #B1ABA0

Text Example


Text Example

White with #B1ABA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ABA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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