#ACBDB4

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

Shades of Loblolly #ACBDB4

Tints of Loblolly #ACBDB4

Color information

#ACBDB4 (or 0xACBDB4) is unknown color: approx Loblolly. HEX triplet: AC, BD and B4. RGB value is (172,189,180). Sum of RGB (Red+Green+Blue) = 172+189+180=541 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.79% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDB4 is #53424B. Grayscale: #B6B6B6. Windows color (decimal): -5456460 or 11845036. OLE color: 11845036.

HSL color Cylindrical-coordinate representation of color #ACBDB4: hue angle of 148.24º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ACBDB4 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB172189180-
CMYK0.0900.050.26
HSL148.24º11.41%70.78%-
HSV(B)148.24º8.99%74.12%-
XYZ43.4548.4650.24-
YUV182.89126.37120.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.79%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 180 (70.70% from 255) = 33.27%
R=31.79%
G=34.94%
B=33.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721891800.0900.050.26148.2411.4170.78
HexACBDB49051A94b47
Octal25427526411053222413107
Binary10101100101111011011010010010101110101001010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBDB4; }

 p { color: rgb(172,189,180); }

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

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

 a { background-color: rgb(172,189,180); }

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

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

 span { border-color: rgb(172,189,180); }

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