Html Css Color HEX #ACBCD0 Spindle

📋 copy color: '#ACBCD0'

red 172 ◦ green 188 ◦ blue 208

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

Shades of Spindle #ACBCD0

Tints of Spindle #ACBCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.62%

R = 30.28%
G = 33.1%
B = 36.62%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ACBCD0 (or 0xACBCD0) is known color: Spindle. HEX triplet: AC, BC and D0. RGB value is (172,188,208). Sum of RGB (Red+Green+Blue) = 172+188+208=568 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.28% from 568); Green value is 188 (73.83% from 255 or 33.10% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 208 - color contains mainly: blue. Hex color #ACBCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCD0 is #53432F. Grayscale: #B9B9B9. Windows color (decimal): -5456688 or 13679788. OLE color: 13679788.

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

Color convert

RGB 172 188 208 -
CMYK 0.17 0.10 0 0.18
HSL 213.33º 0.28% 0.75% -
HSV(B) 213.33º 0.17% 0.82% -
XYZ 46.38 49.29 66.74 -
YUV 185.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 172 188 208 0.17 0.10 0 0.18 213.33 0.28 0.75
Hex AC BC D0 11 A 0 12 D5 1C 4B
Octal 254 274 320 21 12 0 22 325 34 113
Binary 10101100 10111100 11010000 10001 1010 0 10010 11010101 11100 1001011

Color Harmonies of #ACBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCD0

Black with #ACBCD0

Text Example


Text Example

White with #ACBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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