#ACC3CB

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

Shades of Heather #ACC3CB

Tints of Heather #ACC3CB

Color information

#ACC3CB (or 0xACC3CB) is unknown color: approx Heather. HEX triplet: AC, C3 and CB. RGB value is (172,195,203). Sum of RGB (Red+Green+Blue) = 172+195+203=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACC3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3CB is #533C34. Grayscale: #BCBCBC. Windows color (decimal): -5454901 or 13353900. OLE color: 13353900.

HSL color Cylindrical-coordinate representation of color #ACC3CB: hue angle of 195.48º 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 #ACC3CB is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172195203-
CMYK0.150.0400.20
HSL195.48º22.96%73.53%-
HSV(B)195.48º15.27%79.61%-
XYZ47.3152.1164.07-
YUV189.03135.88115.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=30.18%
G=34.21%
B=35.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721952030.150.0400.20195.4822.9673.53
HexACC3CBF4014c3174a
Octal25430331317402430327112
Binary101011001100001111001011111110001010011000011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3CB; }

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

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

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

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

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

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

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

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