Html Css Color HEX #ACBCD6 Spindle

📋 copy color: '#ACBCD6'

red 172 ◦ green 188 ◦ blue 214

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

Shades of Spindle #ACBCD6

Tints of Spindle #ACBCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.28%

R = 29.97%
G = 32.75%
B = 37.28%

CMYK

 C value IS 0.20

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACBCD6 (or 0xACBCD6) is known color: Spindle. HEX triplet: AC, BC and D6. RGB value is (172,188,214). Sum of RGB (Red+Green+Blue) = 172+188+214=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACBCD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCD6 is #534329. Grayscale: #BABABA. Windows color (decimal): -5456682 or 14073004. OLE color: 14073004.

HSL color Cylindrical-coordinate representation of color #ACBCD6: hue angle of 217.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACBCD6 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 188 214 -
CMYK 0.20 0.12 0 0.16
HSL 217.14º 0.34% 0.76% -
HSV(B) 217.14º 0.2% 0.84% -
XYZ 47.13 49.59 70.71 -
YUV 186.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 172 188 214 0.20 0.12 0 0.16 217.14 0.34 0.76
Hex AC BC D6 14 C 0 10 D9 22 4C
Octal 254 274 326 24 14 0 20 331 42 114
Binary 10101100 10111100 11010110 10100 1100 0 10000 11011001 100010 1001100

Color Harmonies of #ACBCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCD6

Black with #ACBCD6

Text Example


Text Example

White with #ACBCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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