Html Css Color HEX #B1AB9D Cloudy

📋 copy color: '#B1AB9D'

red 177 ◦ green 171 ◦ blue 157

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

Shades of Cloudy #B1AB9D

Tints of Cloudy #B1AB9D

RGB

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

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

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

R = 35.05%
G = 33.86%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1AB9D (or 0xB1AB9D) is known color: Cloudy. HEX triplet: B1, AB and 9D. RGB value is (177,171,157). Sum of RGB (Red+Green+Blue) = 177+171+157=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB9D is #4E5462. Grayscale: #ABABAB. Windows color (decimal): -5133411 or 10333105. OLE color: 10333105.

HSL color Cylindrical-coordinate representation of color #B1AB9D: hue angle of 42º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1AB9D is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 171 157 -
CMYK 0 0.03 0.11 0.31
HSL 42º 0.11% 0.65% -
HSV(B) 42º 0.11% 0.69% -
XYZ 38.78 40.91 37.75 -
YUV 171.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 177 171 157 0 0.03 0.11 0.31 42 0.11 0.65
Hex B1 AB 9D 0 3 B 1F 2A B 41
Octal 261 253 235 0 3 13 37 52 13 101
Binary 10110001 10101011 10011101 0 11 1011 11111 101010 1011 1000001

Color Harmonies of #B1AB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB9D

Black with #B1AB9D

Text Example


Text Example

White with #B1AB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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