#ACC4CB

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

Shades of Heather #ACC4CB

Tints of Heather #ACC4CB

Color information

#ACC4CB (or 0xACC4CB) is unknown color: approx Heather. HEX triplet: AC, C4 and CB. RGB value is (172,196,203). Sum of RGB (Red+Green+Blue) = 172+196+203=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACC4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC4CB is #533B34. Grayscale: #BDBDBD. Windows color (decimal): -5454645 or 13354156. OLE color: 13354156.

HSL color Cylindrical-coordinate representation of color #ACC4CB: hue angle of 193.55º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACC4CB is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172196203-
CMYK0.150.0300.20
HSL193.55º22.96%73.53%-
HSV(B)193.55º15.27%79.61%-
XYZ47.5352.5664.14-
YUV189.62135.55115.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.12%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=30.12%
G=34.33%
B=35.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721962030.150.0300.20193.5522.9673.53
HexACC4CBF3014c2174a
Octal25430431317302430227112
Binary10101100110001001100101111111101010011000010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4CB; }

 p { color: rgb(172,196,203); }

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

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

 a { background-color: rgb(172,196,203); }

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

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

 span { border-color: rgb(172,196,203); }

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