#ADC4CC

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

Shades of Heather #ADC4CC

Tints of Heather #ADC4CC

Color information

#ADC4CC (or 0xADC4CC) is unknown color: approx Heather. HEX triplet: AD, C4 and CC. RGB value is (173,196,204). Sum of RGB (Red+Green+Blue) = 173+196+204=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4CC is #523B33. Grayscale: #BDBDBD. Windows color (decimal): -5389108 or 13419693. OLE color: 13419693.

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

Color convert

RGB173196204-
CMYK0.150.0400.2
HSL195.48º23.31%73.92%-
HSV(B)195.48º15.2%80%-
XYZ47.8752.7264.78-
YUV190.04135.88115.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=30.19%
G=34.21%
B=35.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731962040.150.0400.2195.4823.3173.92
HexADC4CCF4014c3174a
Octal25530431417402430327112
Binary101011011100010011001100111110001010011000011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4CC; }

 p { color: rgb(173,196,204); }

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

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

 a { background-color: rgb(173,196,204); }

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

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

 span { border-color: rgb(173,196,204); }

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