Html Css Color HEX #ACBCD4 Spindle

📋 copy color: '#ACBCD4'

red 172 ◦ green 188 ◦ blue 212

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

Shades of Spindle #ACBCD4

Tints of Spindle #ACBCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.06%

R = 30.07%
G = 32.87%
B = 37.06%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ACBCD4 (or 0xACBCD4) is known color: Spindle. HEX triplet: AC, BC and D4. RGB value is (172,188,212). Sum of RGB (Red+Green+Blue) = 172+188+212=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 212 - color contains mainly: blue. Hex color #ACBCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBCD4 is #53432B. Grayscale: #B9B9B9. Windows color (decimal): -5456684 or 13941932. OLE color: 13941932.

HSL color Cylindrical-coordinate representation of color #ACBCD4: hue angle of 216º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACBCD4 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 188 212 -
CMYK 0.19 0.11 0 0.17
HSL 216º 0.32% 0.75% -
HSV(B) 216º 0.19% 0.83% -
XYZ 46.88 49.49 69.37 -
YUV 185.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 172 188 212 0.19 0.11 0 0.17 216 0.32 0.75
Hex AC BC D4 13 B 0 11 D8 20 4B
Octal 254 274 324 23 13 0 21 330 40 113
Binary 10101100 10111100 11010100 10011 1011 0 10001 11011000 100000 1001011

Color Harmonies of #ACBCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBCD4

Black with #ACBCD4

Text Example


Text Example

White with #ACBCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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