Html Css Color HEX #ADBAD5 Spindle

📋 copy color: '#ADBAD5'

red 173 ◦ green 186 ◦ blue 213

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

Shades of Spindle #ADBAD5

Tints of Spindle #ADBAD5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.52%

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

R = 30.24%
G = 32.52%
B = 37.24%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADBAD5 (or 0xADBAD5) is known color: Spindle. HEX triplet: AD, BA and D5. RGB value is (173,186,213). Sum of RGB (Red+Green+Blue) = 173+186+213=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADBAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAD5 is #52452A. Grayscale: #B9B9B9. Windows color (decimal): -5391659 or 14006957. OLE color: 14006957.

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

Color convert

RGB 173 186 213 -
CMYK 0.19 0.13 0 0.16
HSL 220.5º 0.32% 0.76% -
HSV(B) 220.5º 0.19% 0.84% -
XYZ 46.8 48.81 69.9 -
YUV 185.19 143.69 119.3 -
System Red Green Blue C M Y K H S L
Decimal 173 186 213 0.19 0.13 0 0.16 220.5 0.32 0.76
Hex AD BA D5 13 D 0 10 DC 20 4C
Octal 255 272 325 23 15 0 20 334 40 114
Binary 10101101 10111010 11010101 10011 1101 0 10000 11011100 100000 1001100

Color Harmonies of #ADBAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAD5

Black with #ADBAD5

Text Example


Text Example

White with #ADBAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAD5; }

 p { color: rgb(173,186,213); }

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

background-color css

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

 a { background-color: rgb(173,186,213); }

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

border-color css

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

 span { border-color: rgb(173,186,213); }

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