Html Css Color HEX #ADBDCD Spindle

📋 copy color: '#ADBDCD'

red 173 ◦ green 189 ◦ blue 205

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

Shades of Spindle #ADBDCD

Tints of Spindle #ADBDCD

RGB

 RED value IS 173 (67.97% from 255) = 30.51%

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

 BLUE value IS 205 (80.47% from 255) = 36.16%

R = 30.51%
G = 33.33%
B = 36.16%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADBDCD (or 0xADBDCD) is known color: Spindle. HEX triplet: AD, BD and CD. RGB value is (173,189,205). Sum of RGB (Red+Green+Blue) = 173+189+205=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDCD is #524232. Grayscale: #B9B9B9. Windows color (decimal): -5390899 or 13483437. OLE color: 13483437.

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

Color convert

RGB 173 189 205 -
CMYK 0.16 0.08 0 0.20
HSL 210º 0.24% 0.74% -
HSV(B) 210º 0.16% 0.8% -
XYZ 46.45 49.69 64.9 -
YUV 186.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 173 189 205 0.16 0.08 0 0.20 210 0.24 0.74
Hex AD BD CD 10 8 0 14 D2 18 4A
Octal 255 275 315 20 10 0 24 322 30 112
Binary 10101101 10111101 11001101 10000 1000 0 10100 11010010 11000 1001010

Color Harmonies of #ADBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDCD

Black with #ADBDCD

Text Example


Text Example

White with #ADBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDCD; }

 p { color: rgb(173,189,205); }

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

background-color css

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

 a { background-color: rgb(173,189,205); }

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

border-color css

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

 span { border-color: rgb(173,189,205); }

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