Html Css Color HEX #ACBCD1 Spindle

📋 copy color: '#ACBCD1'

red 172 ◦ green 188 ◦ blue 209

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

Shades of Spindle #ACBCD1

Tints of Spindle #ACBCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.73%

R = 30.23%
G = 33.04%
B = 36.73%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACBCD1 (or 0xACBCD1) is known color: Spindle. HEX triplet: AC, BC and D1. RGB value is (172,188,209). Sum of RGB (Red+Green+Blue) = 172+188+209=569 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.23% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 209 - color contains mainly: blue. Hex color #ACBCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCD1 is #53432E. Grayscale: #B9B9B9. Windows color (decimal): -5456687 or 13745324. OLE color: 13745324.

HSL color Cylindrical-coordinate representation of color #ACBCD1: hue angle of 214.05º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACBCD1 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 188 209 -
CMYK 0.18 0.10 0 0.18
HSL 214.05º 0.29% 0.75% -
HSV(B) 214.05º 0.18% 0.82% -
XYZ 46.51 49.34 67.39 -
YUV 185.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 172 188 209 0.18 0.10 0 0.18 214.05 0.29 0.75
Hex AC BC D1 12 A 0 12 D6 1D 4B
Octal 254 274 321 22 12 0 22 326 35 113
Binary 10101100 10111100 11010001 10010 1010 0 10010 11010110 11101 1001011

Color Harmonies of #ACBCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCD1

Black with #ACBCD1

Text Example


Text Example

White with #ACBCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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