Html Css Color HEX #ACBDD6 Spindle

📋 copy color: '#ACBDD6'

red 172 ◦ green 189 ◦ blue 214

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

Shades of Spindle #ACBDD6

Tints of Spindle #ACBDD6

RGB

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

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

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

R = 29.91%
G = 32.87%
B = 37.22%

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

#ACBDD6 (or 0xACBDD6) is known color: Spindle. HEX triplet: AC, BD and D6. RGB value is (172,189,214). Sum of RGB (Red+Green+Blue) = 172+189+214=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #ACBDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD6 is #534229. Grayscale: #BABABA. Windows color (decimal): -5456426 or 14073260. OLE color: 14073260.

HSL color Cylindrical-coordinate representation of color #ACBDD6: hue angle of 215.71º 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 #ACBDD6 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 189 214 -
CMYK 0.20 0.12 0 0.16
HSL 215.71º 0.34% 0.76% -
HSV(B) 215.71º 0.2% 0.84% -
XYZ 47.35 50.02 70.78 -
YUV 186.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 172 189 214 0.20 0.12 0 0.16 215.71 0.34 0.76
Hex AC BD D6 14 C 0 10 D8 22 4C
Octal 254 275 326 24 14 0 20 330 42 114
Binary 10101100 10111101 11010110 10100 1100 0 10000 11011000 100010 1001100

Color Harmonies of #ACBDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDD6

Black with #ACBDD6

Text Example


Text Example

White with #ACBDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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