#B7AB9D

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

Shades of Cloudy #B7AB9D

Tints of Cloudy #B7AB9D

Color information

#B7AB9D (or 0xB7AB9D) is unknown color: approx Cloudy. HEX triplet: B7, AB and 9D. RGB value is (183,171,157). Sum of RGB (Red+Green+Blue) = 183+171+157=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AB9D is #485462. Grayscale: #ADADAD. Windows color (decimal): -4740195 or 10333111. OLE color: 10333111.

HSL color Cylindrical-coordinate representation of color #B7AB9D: hue angle of 32.31º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7AB9D is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB183171157-
CMYK00.070.140.28
HSL32.31º15.29%66.67%-
HSV(B)32.31º14.21%71.76%-
XYZ40.1841.6337.82-
YUV172.99118.98135.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.81%
GREEN value IS 171 (67.19% from 255) = 33.46%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=35.81%
G=33.46%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317115700.070.140.2832.3115.2966.67
HexB7AB9D07E1C20f43
Octal2672532350716344017103
Binary101101111010101110011101011111101110010000011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB9D; }

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

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

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

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

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

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

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

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