Html Css Color HEX #ACBDCD Spindle

📋 copy color: '#ACBDCD'

red 172 ◦ green 189 ◦ blue 205

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

Shades of Spindle #ACBDCD

Tints of Spindle #ACBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.39%

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 30.39%
G = 33.39%
B = 36.22%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACBDCD (or 0xACBDCD) is known color: Spindle. HEX triplet: AC, BD and CD. RGB value is (172,189,205). Sum of RGB (Red+Green+Blue) = 172+189+205=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #ACBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDCD is #534232. Grayscale: #B9B9B9. Windows color (decimal): -5456435 or 13483436. OLE color: 13483436.

HSL color Cylindrical-coordinate representation of color #ACBDCD: hue angle of 209.09º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACBDCD is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 189 205 -
CMYK 0.16 0.08 0 0.20
HSL 209.09º 0.25% 0.74% -
HSV(B) 209.09º 0.16% 0.8% -
XYZ 46.23 49.57 64.89 -
YUV 185.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 172 189 205 0.16 0.08 0 0.20 209.09 0.25 0.74
Hex AC BD CD 10 8 0 14 D1 19 4A
Octal 254 275 315 20 10 0 24 321 31 112
Binary 10101100 10111101 11001101 10000 1000 0 10100 11010001 11001 1001010

Color Harmonies of #ACBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDCD

Black with #ACBDCD

Text Example


Text Example

White with #ACBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDCD; }

 p { color: rgb(172,189,205); }

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

background-color css

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

 a { background-color: rgb(172,189,205); }

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

border-color css

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

 span { border-color: rgb(172,189,205); }

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