Html Css Color HEX #ACBDCE Spindle

📋 copy color: '#ACBDCE'

red 172 ◦ green 189 ◦ blue 206

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

Shades of Spindle #ACBDCE

Tints of Spindle #ACBDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.33%

R = 30.34%
G = 33.33%
B = 36.33%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ACBDCE (or 0xACBDCE) is known color: Spindle. HEX triplet: AC, BD and CE. RGB value is (172,189,206). Sum of RGB (Red+Green+Blue) = 172+189+206=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 206 - color contains mainly: blue. Hex color #ACBDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACBDCE is #534231. Grayscale: #B9B9B9. Windows color (decimal): -5456434 or 13548972. OLE color: 13548972.

HSL color Cylindrical-coordinate representation of color #ACBDCE: hue angle of 210º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACBDCE is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 189 206 -
CMYK 0.17 0.08 0 0.19
HSL 210º 0.26% 0.74% -
HSV(B) 210º 0.17% 0.81% -
XYZ 46.35 49.62 65.53 -
YUV 185.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 172 189 206 0.17 0.08 0 0.19 210 0.26 0.74
Hex AC BD CE 11 8 0 13 D2 1A 4A
Octal 254 275 316 21 10 0 23 322 32 112
Binary 10101100 10111101 11001110 10001 1000 0 10011 11010010 11010 1001010

Color Harmonies of #ACBDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBDCE

Black with #ACBDCE

Text Example


Text Example

White with #ACBDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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