#ACBFCA

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

Shades of Heather #ACBFCA

Tints of Heather #ACBFCA

Color information

#ACBFCA (or 0xACBFCA) is unknown color: approx Heather. HEX triplet: AC, BF and CA. RGB value is (172,191,202). Sum of RGB (Red+Green+Blue) = 172+191+202=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #ACBFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFCA is #534035. Grayscale: #BABABA. Windows color (decimal): -5455926 or 13287340. OLE color: 13287340.

HSL color Cylindrical-coordinate representation of color #ACBFCA: hue angle of 202º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBFCA is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172191202-
CMYK0.150.0500.21
HSL202º22.06%73.33%-
HSV(B)202º14.85%79.22%-
XYZ46.350.363.14-
YUV186.57136.71117.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 202 (79.30% from 255) = 35.75%
R=30.44%
G=33.81%
B=35.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721912020.150.0500.2120222.0673.33
HexACBFCAF5015ca1649
Octal25427731217502531226111
Binary101011001011111111001010111110101010111001010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFCA; }

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

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

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

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

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

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

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

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