Html Css Color HEX #ACBBA6 Spring Rain

📋 copy color: '#ACBBA6'

red 172 ◦ green 187 ◦ blue 166

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

Shades of Spring Rain #ACBBA6

Tints of Spring Rain #ACBBA6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

 BLUE value IS 166 (65.23% from 255) = 31.62%

R = 32.76%
G = 35.62%
B = 31.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#ACBBA6 (or 0xACBBA6) is known color: Spring Rain. HEX triplet: AC, BB and A6. RGB value is (172,187,166). Sum of RGB (Red+Green+Blue) = 172+187+166=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBBA6 is #534459. Grayscale: #B4B4B4. Windows color (decimal): -5456986 or 10927020. OLE color: 10927020.

HSL color Cylindrical-coordinate representation of color #ACBBA6: hue angle of 102.86º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACBBA6 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 187 166 -
CMYK 0.08 0 0.11 0.27
HSL 102.86º 0.13% 0.69% -
HSV(B) 102.86º 0.11% 0.73% -
XYZ 41.67 47.06 42.96 -
YUV 180.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 172 187 166 0.08 0 0.11 0.27 102.86 0.13 0.69
Hex AC BB A6 8 0 B 1B 67 D 45
Octal 254 273 246 10 0 13 33 147 15 105
Binary 10101100 10111011 10100110 1000 0 1011 11011 1100111 1101 1000101

Color Harmonies of #ACBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBBA6

Black with #ACBBA6

Text Example


Text Example

White with #ACBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBBA6; }

 p { color: rgb(172,187,166); }

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

background-color css

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

 a { background-color: rgb(172,187,166); }

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

border-color css

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

 span { border-color: rgb(172,187,166); }

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