Html Css Color HEX #ACC1CD Heather

📋 copy color: '#ACC1CD'

red 172 ◦ green 193 ◦ blue 205

#ACC1CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #ACC1CD

Tints of Heather #ACC1CD

RGB

 RED value IS 172 (67.58% from 255) = 30.18%

 GREEN value IS 193 (75.78% from 255) = 33.86%

 BLUE value IS 205 (80.47% from 255) = 35.96%

R = 30.18%
G = 33.86%
B = 35.96%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACC1CD (or 0xACC1CD) is known color: Heather. HEX triplet: AC, C1 and CD. RGB value is (172,193,205). Sum of RGB (Red+Green+Blue) = 172+193+205=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 193 (75.78% from 255 or 33.86% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACC1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1CD is #533E32. Grayscale: #BCBCBC. Windows color (decimal): -5455411 or 13484460. OLE color: 13484460.

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

Color convert

RGB 172 193 205 -
CMYK 0.16 0.06 0 0.20
HSL 201.82º 0.25% 0.74% -
HSV(B) 201.82º 0.16% 0.8% -
XYZ 47.1 51.32 65.18 -
YUV 188.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 172 193 205 0.16 0.06 0 0.20 201.82 0.25 0.74
Hex AC C1 CD 10 6 0 14 CA 19 4A
Octal 254 301 315 20 6 0 24 312 31 112
Binary 10101100 11000001 11001101 10000 110 0 10100 11001010 11001 1001010

Color Harmonies of #ACC1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1CD

Black with #ACC1CD

Text Example


Text Example

White with #ACC1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1CD; }

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

 H1.HeaderClassName
 {
   color: #ACC1CD;
 }
 .AnyTagClassName
 {
   color: #ACC1CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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