Html Css Color HEX #ACBFC4 Heather

📋 copy color: '#ACBFC4'

red 172 ◦ green 191 ◦ blue 196

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

Shades of Heather #ACBFC4

Tints of Heather #ACBFC4

RGB

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

 GREEN value IS 191 (75% from 255) = 34.17%

 BLUE value IS 196 (76.95% from 255) = 35.06%

R = 30.77%
G = 34.17%
B = 35.06%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#ACBFC4 (or 0xACBFC4) is known color: Heather. HEX triplet: AC, BF and C4. RGB value is (172,191,196). Sum of RGB (Red+Green+Blue) = 172+191+196=559 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.77% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 196 (76.95% from 255 or 35.06% from 559); Max value from RGB is 196 - color contains mainly: blue. Hex color #ACBFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFC4 is #53403B. Grayscale: #B9B9B9. Windows color (decimal): -5455932 or 12894124. OLE color: 12894124.

HSL color Cylindrical-coordinate representation of color #ACBFC4: hue angle of 192.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACBFC4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 191 196 -
CMYK 0.12 0.03 0 0.23
HSL 192.5º 0.17% 0.72% -
HSV(B) 192.5º 0.12% 0.77% -
XYZ 45.61 50.02 59.48 -
YUV 185.89 133.71 118.09 -
System Red Green Blue C M Y K H S L
Decimal 172 191 196 0.12 0.03 0 0.23 192.5 0.17 0.72
Hex AC BF C4 C 3 0 17 C0 11 48
Octal 254 277 304 14 3 0 27 300 21 110
Binary 10101100 10111111 11000100 1100 11 0 10111 11000000 10001 1001000

Color Harmonies of #ACBFC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBFC4

Black with #ACBFC4

Text Example


Text Example

White with #ACBFC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBFC4; }

 p { color: rgb(172,191,196); }

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

background-color css

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

 a { background-color: rgb(172,191,196); }

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

border-color css

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

 span { border-color: rgb(172,191,196); }

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