#B3AB9D

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

Shades of Cloudy #B3AB9D

Tints of Cloudy #B3AB9D

Color information

#B3AB9D (or 0xB3AB9D) is unknown color: approx Cloudy. HEX triplet: B3, AB and 9D. RGB value is (179,171,157). Sum of RGB (Red+Green+Blue) = 179+171+157=507 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.31% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AB9D is #4C5462. Grayscale: #ABABAB. Windows color (decimal): -5002339 or 10333107. OLE color: 10333107.

HSL color Cylindrical-coordinate representation of color #B3AB9D: hue angle of 38.18º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B3AB9D is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB179171157-
CMYK00.040.120.30
HSL38.18º12.64%65.88%-
HSV(B)38.18º12.29%70.2%-
XYZ39.2441.1437.77-
YUV171.8119.65133.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.31%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=35.31%
G=33.73%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917115700.040.120.3038.1812.6465.88
HexB3AB9D04C1E26d42
Octal2632532350414364615102
Binary101100111010101110011101010011001111010011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AB9D; }

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

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

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

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

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

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

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

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