#B7AD9C

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

Shades of Cloudy #B7AD9C

Tints of Cloudy #B7AD9C

Color information

#B7AD9C (or 0xB7AD9C) is unknown color: approx Cloudy. HEX triplet: B7, AD and 9C. RGB value is (183,173,156). Sum of RGB (Red+Green+Blue) = 183+173+156=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AD9C is #485263. Grayscale: #AEAEAE. Windows color (decimal): -4739684 or 10268087. OLE color: 10268087.

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

Color convert

RGB183173156-
CMYK00.050.150.28
HSL37.78º15.79%66.47%-
HSV(B)37.78º14.75%71.76%-
XYZ40.4742.3537.49-
YUV174.05117.81134.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.74%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=35.74%
G=33.79%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317315600.050.150.2837.7815.7966.47
HexB7AD9C05F1C261042
Octal2672552340517344620102
Binary1011011110101101100111000101111111100100110100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AD9C; }

 p { color: rgb(183,173,156); }

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

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

 a { background-color: rgb(183,173,156); }

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

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

 span { border-color: rgb(183,173,156); }

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