Html Css Color HEX #ACBDB4 Loblolly

📋 copy color: '#ACBDB4'

red 172 ◦ green 189 ◦ blue 180

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

Shades of Loblolly #ACBDB4

Tints of Loblolly #ACBDB4

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.7% from 255) = 33.27%

R = 31.79%
G = 34.94%
B = 33.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#ACBDB4 (or 0xACBDB4) is known color: 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

RGB 172 189 180 -
CMYK 0.09 0 0.05 0.26
HSL 148.24º 0.11% 0.71% -
HSV(B) 148.24º 0.09% 0.74% -
XYZ 43.45 48.46 50.24 -
YUV 182.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 172 189 180 0.09 0 0.05 0.26 148.24 0.11 0.71
Hex AC BD B4 9 0 5 1A 94 B 47
Octal 254 275 264 11 0 5 32 224 13 107
Binary 10101100 10111101 10110100 1001 0 101 11010 10010100 1011 1000111

Color Harmonies of #ACBDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDB4

Black with #ACBDB4

Text Example


Text Example

White with #ACBDB4

Text Example


Text Example

HTML Codes & Css Web 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>