Html Css Color HEX #ACBCD5 Spindle

📋 copy color: '#ACBCD5'

red 172 ◦ green 188 ◦ blue 213

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

Shades of Spindle #ACBCD5

Tints of Spindle #ACBCD5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.81%

 BLUE value IS 213 (83.59% from 255) = 37.17%

R = 30.02%
G = 32.81%
B = 37.17%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACBCD5 (or 0xACBCD5) is known color: Spindle. HEX triplet: AC, BC and D5. RGB value is (172,188,213). Sum of RGB (Red+Green+Blue) = 172+188+213=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 213 (83.59% from 255 or 37.17% from 573); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACBCD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCD5 is #53432A. Grayscale: #B9B9B9. Windows color (decimal): -5456683 or 14007468. OLE color: 14007468.

HSL color Cylindrical-coordinate representation of color #ACBCD5: hue angle of 216.59º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACBCD5 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 188 213 -
CMYK 0.19 0.12 0 0.16
HSL 216.59º 0.33% 0.75% -
HSV(B) 216.59º 0.19% 0.84% -
XYZ 47.01 49.54 70.04 -
YUV 186.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 172 188 213 0.19 0.12 0 0.16 216.59 0.33 0.75
Hex AC BC D5 13 C 0 10 D9 21 4B
Octal 254 274 325 23 14 0 20 331 41 113
Binary 10101100 10111100 11010101 10011 1100 0 10000 11011001 100001 1001011

Color Harmonies of #ACBCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCD5

Black with #ACBCD5

Text Example


Text Example

White with #ACBCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCD5; }

 p { color: rgb(172,188,213); }

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

background-color css

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

 a { background-color: rgb(172,188,213); }

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

border-color css

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

 span { border-color: rgb(172,188,213); }

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