Html Css Color HEX #ACBDD5 Spindle

📋 copy color: '#ACBDD5'

red 172 ◦ green 189 ◦ blue 213

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

Shades of Spindle #ACBDD5

Tints of Spindle #ACBDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.11%

R = 29.97%
G = 32.93%
B = 37.11%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ACBDD5 (or 0xACBDD5) is known color: Spindle. HEX triplet: AC, BD and D5. RGB value is (172,189,213). Sum of RGB (Red+Green+Blue) = 172+189+213=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 213 - color contains mainly: blue. Hex color #ACBDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDD5 is #53422A. Grayscale: #BABABA. Windows color (decimal): -5456427 or 14007724. OLE color: 14007724.

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

Color convert

RGB 172 189 213 -
CMYK 0.19 0.11 0 0.16
HSL 215.12º 0.33% 0.75% -
HSV(B) 215.12º 0.19% 0.84% -
XYZ 47.22 49.97 70.11 -
YUV 186.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 172 189 213 0.19 0.11 0 0.16 215.12 0.33 0.75
Hex AC BD D5 13 B 0 10 D7 21 4B
Octal 254 275 325 23 13 0 20 327 41 113
Binary 10101100 10111101 11010101 10011 1011 0 10000 11010111 100001 1001011

Color Harmonies of #ACBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDD5

Black with #ACBDD5

Text Example


Text Example

White with #ACBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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