Html Css Color HEX #ACBDB2 Loblolly

📋 copy color: '#ACBDB2'

red 172 ◦ green 189 ◦ blue 178

#ACBDB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Loblolly #ACBDB2

Tints of Loblolly #ACBDB2

RGB

 RED value IS 172 (67.58% from 255) = 31.91%

 GREEN value IS 189 (74.22% from 255) = 35.06%

 BLUE value IS 178 (69.92% from 255) = 33.02%

R = 31.91%
G = 35.06%
B = 33.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#ACBDB2 (or 0xACBDB2) is known color: Loblolly. HEX triplet: AC, BD and B2. RGB value is (172,189,178). Sum of RGB (Red+Green+Blue) = 172+189+178=539 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.91% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #ACBDB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBDB2 is #53424D. Grayscale: #B6B6B6. Windows color (decimal): -5456462 or 11713964. OLE color: 11713964.

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

Color convert

RGB 172 189 178 -
CMYK 0.09 0 0.06 0.26
HSL 141.18º 0.11% 0.71% -
HSV(B) 141.18º 0.09% 0.74% -
XYZ 43.25 48.38 49.18 -
YUV 182.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 172 189 178 0.09 0 0.06 0.26 141.18 0.11 0.71
Hex AC BD B2 9 0 6 1A 8D B 47
Octal 254 275 262 11 0 6 32 215 13 107
Binary 10101100 10111101 10110010 1001 0 110 11010 10001101 1011 1000111

Color Harmonies of #ACBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDB2

Black with #ACBDB2

Text Example


Text Example

White with #ACBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDB2; }

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

 H1.HeaderClassName
 {
   color: #ACBDB2;
 }
 .AnyTagClassName
 {
   color: #ACBDB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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