#ACC3CD

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

Shades of Heather #ACC3CD

Tints of Heather #ACC3CD

Color information

#ACC3CD (or 0xACC3CD) is unknown color: approx Heather. HEX triplet: AC, C3 and CD. RGB value is (172,195,205). Sum of RGB (Red+Green+Blue) = 172+195+205=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC3CD is #533C32. Grayscale: #BDBDBD. Windows color (decimal): -5454899 or 13484972. OLE color: 13484972.

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

Color convert

RGB172195205-
CMYK0.160.0500.20
HSL198.18º24.81%73.92%-
HSV(B)198.18º16.1%80.39%-
XYZ47.5552.2165.33-
YUV189.26136.88115.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.07%
GREEN value IS 195 (76.56% from 255) = 34.09%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=30.07%
G=34.09%
B=35.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721952050.160.0500.20198.1824.8173.92
HexACC3CD105014c6194a
Octal25430331520502430631112
Binary1010110011000011110011011000010101010011000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC3CD; }

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

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

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

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

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

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

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

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