Html Css Color HEX #ACC1C8 Heather

📋 copy color: '#ACC1C8'

red 172 ◦ green 193 ◦ blue 200

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

Shades of Heather #ACC1C8

Tints of Heather #ACC1C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.4%

R = 30.44%
G = 34.16%
B = 35.4%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACC1C8 (or 0xACC1C8) is known color: Heather. HEX triplet: AC, C1 and C8. RGB value is (172,193,200). Sum of RGB (Red+Green+Blue) = 172+193+200=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 200 - color contains mainly: blue. Hex color #ACC1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1C8 is #533E37. Grayscale: #BBBBBB. Windows color (decimal): -5455416 or 13156780. OLE color: 13156780.

HSL color Cylindrical-coordinate representation of color #ACC1C8: hue angle of 195º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC1C8 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 193 200 -
CMYK 0.14 0.04 0 0.22
HSL 195º 0.2% 0.73% -
HSV(B) 195º 0.14% 0.78% -
XYZ 46.51 51.08 62.05 -
YUV 187.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 172 193 200 0.14 0.04 0 0.22 195 0.2 0.73
Hex AC C1 C8 E 4 0 16 C3 14 49
Octal 254 301 310 16 4 0 26 303 24 111
Binary 10101100 11000001 11001000 1110 100 0 10110 11000011 10100 1001001

Color Harmonies of #ACC1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC1C8

Black with #ACC1C8

Text Example


Text Example

White with #ACC1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC1C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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