Html Css Color HEX #ACBCC7 Heather

📋 copy color: '#ACBCC7'

red 172 ◦ green 188 ◦ blue 199

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

Shades of Heather #ACBCC7

Tints of Heather #ACBCC7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.63%

 BLUE value IS 199 (78.13% from 255) = 35.6%

R = 30.77%
G = 33.63%
B = 35.6%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#ACBCC7 (or 0xACBCC7) is known color: Heather. HEX triplet: AC, BC and C7. RGB value is (172,188,199). Sum of RGB (Red+Green+Blue) = 172+188+199=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 199 (78.12% from 255 or 35.60% from 559); Max value from RGB is 199 - color contains mainly: blue. Hex color #ACBCC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCC7 is #534338. Grayscale: #B8B8B8. Windows color (decimal): -5456697 or 13089964. OLE color: 13089964.

HSL color Cylindrical-coordinate representation of color #ACBCC7: hue angle of 204.44º degrees, saturation: 0.19, 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 #ACBCC7 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 188 199 -
CMYK 0.14 0.06 0 0.22
HSL 204.44º 0.19% 0.73% -
HSV(B) 204.44º 0.14% 0.78% -
XYZ 45.31 48.86 61.08 -
YUV 184.47 136.2 119.11 -
System Red Green Blue C M Y K H S L
Decimal 172 188 199 0.14 0.06 0 0.22 204.44 0.19 0.73
Hex AC BC C7 E 6 0 16 CC 13 49
Octal 254 274 307 16 6 0 26 314 23 111
Binary 10101100 10111100 11000111 1110 110 0 10110 11001100 10011 1001001

Color Harmonies of #ACBCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCC7

Black with #ACBCC7

Text Example


Text Example

White with #ACBCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCC7; }

 p { color: rgb(172,188,199); }

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

background-color css

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

 a { background-color: rgb(172,188,199); }

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

border-color css

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

 span { border-color: rgb(172,188,199); }

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