Html Css Color HEX #B1AB9E Cloudy

📋 copy color: '#B1AB9E'

red 177 ◦ green 171 ◦ blue 158

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

Shades of Cloudy #B1AB9E

Tints of Cloudy #B1AB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 34.98%
G = 33.79%
B = 31.23%

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

#B1AB9E (or 0xB1AB9E) is known color: Cloudy. HEX triplet: B1, AB and 9E. RGB value is (177,171,158). Sum of RGB (Red+Green+Blue) = 177+171+158=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB9E is #4E5461. Grayscale: #ABABAB. Windows color (decimal): -5133410 or 10398641. OLE color: 10398641.

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

Color convert

RGB 177 171 158 -
CMYK 0 0.03 0.11 0.31
HSL 41.05º 0.11% 0.66% -
HSV(B) 41.05º 0.11% 0.69% -
XYZ 38.87 40.94 38.2 -
YUV 171.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 177 171 158 0 0.03 0.11 0.31 41.05 0.11 0.66
Hex B1 AB 9E 0 3 B 1F 29 B 42
Octal 261 253 236 0 3 13 37 51 13 102
Binary 10110001 10101011 10011110 0 11 1011 11111 101001 1011 1000010

Color Harmonies of #B1AB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AB9E

Black with #B1AB9E

Text Example


Text Example

White with #B1AB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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