#ACBFCD

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

Shades of Heather #ACBFCD

Tints of Heather #ACBFCD

Color information

#ACBFCD (or 0xACBFCD) is unknown color: approx Heather. HEX triplet: AC, BF and CD. RGB value is (172,191,205). Sum of RGB (Red+Green+Blue) = 172+191+205=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 205 (80.47% from 255 or 36.09% from 568); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFCD is #534032. Grayscale: #BABABA. Windows color (decimal): -5455923 or 13483948. OLE color: 13483948.

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

Color convert

RGB172191205-
CMYK0.160.0700.20
HSL205.45º24.81%73.92%-
HSV(B)205.45º16.1%80.39%-
XYZ46.6650.4465.03-
YUV186.92138.21117.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.28%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 205 (80.47% from 255) = 36.09%
R=30.28%
G=33.63%
B=36.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721912050.160.0700.20205.4524.8173.92
HexACBFCD107014cd194a
Octal25427731520702431531112
Binary1010110010111111110011011000011101010011001101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFCD; }

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

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

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

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

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

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

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

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