#ACBFCB

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

Shades of Heather #ACBFCB

Tints of Heather #ACBFCB

Color information

#ACBFCB (or 0xACBFCB) is unknown color: approx Heather. HEX triplet: AC, BF and CB. RGB value is (172,191,203). Sum of RGB (Red+Green+Blue) = 172+191+203=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACBFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBFCB is #534034. Grayscale: #BABABA. Windows color (decimal): -5455925 or 13352876. OLE color: 13352876.

HSL color Cylindrical-coordinate representation of color #ACBFCB: hue angle of 203.23º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACBFCB is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172191203-
CMYK0.150.0600.20
HSL203.23º22.96%73.53%-
HSV(B)203.23º15.27%79.61%-
XYZ46.4250.3463.77-
YUV186.69137.21117.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=30.39%
G=33.75%
B=35.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721912030.150.0600.20203.2322.9673.53
HexACBFCBF6014cb174a
Octal25427731317602431327112
Binary101011001011111111001011111111001010011001011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBFCB; }

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

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

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

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

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

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

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

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