#B3AB9B

Color #B3AB9B Cloudy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cloudy #B3AB9B

Tints of Cloudy #B3AB9B

Color information

#B3AB9B (or 0xB3AB9B) is unknown color: approx Cloudy. HEX triplet: B3, AB and 9B. RGB value is (179,171,155). Sum of RGB (Red+Green+Blue) = 179+171+155=505 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.45% from 505); Green value is 171 (67.19% from 255 or 33.86% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AB9B is #4C5464. Grayscale: #ABABAB. Windows color (decimal): -5002341 or 10202035. OLE color: 10202035.

HSL color Cylindrical-coordinate representation of color #B3AB9B: hue angle of 40º degrees, saturation: 0.14, 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 #B3AB9B is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB179171155-
CMYK00.040.130.30
HSL40º13.64%65.49%-
HSV(B)40º13.41%70.2%-
XYZ39.0741.0836.88-
YUV171.57118.65133.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.45%
GREEN value IS 171 (67.19% from 255) = 33.86%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=35.45%
G=33.86%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917115500.040.130.304013.6465.49
HexB3AB9B04D1E28e41
Octal2632532330415365016101
Binary101100111010101110011011010011011111010100011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB9B; }

 p { color: rgb(179,171,155); }

 H1.HeaderClassName
 {
   color: #B3AB9B;
 }
 .AnyTagClassName
 {
   color: #B3AB9B;
 }
</style>
background-color css

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

 a { background-color: rgb(179,171,155); }

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

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

 span { border-color: rgb(179,171,155); }

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