#ACBECB

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

Shades of Heather #ACBECB

Tints of Heather #ACBECB

Color information

#ACBECB (or 0xACBECB) is unknown color: approx Heather. HEX triplet: AC, BE and CB. RGB value is (172,190,203). Sum of RGB (Red+Green+Blue) = 172+190+203=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #ACBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBECB is #534134. Grayscale: #BABABA. Windows color (decimal): -5456181 or 13352620. OLE color: 13352620.

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

Color convert

RGB172190203-
CMYK0.150.0600.20
HSL205.16º22.96%73.53%-
HSV(B)205.16º15.27%79.61%-
XYZ46.2149.9163.7-
YUV186.1137.54117.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.44%
GREEN value IS 190 (74.61% from 255) = 33.63%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=30.44%
G=33.63%
B=35.93%

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
Decimal1721902030.150.0600.20205.1622.9673.53
HexACBECBF6014cd174a
Octal25427631317602431527112
Binary101011001011111011001011111111001010011001101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBECB; }

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

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

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

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

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

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

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

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