Html Css Color HEX #ADBAD3 Spindle

📋 copy color: '#ADBAD3'

red 173 ◦ green 186 ◦ blue 211

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

Shades of Spindle #ADBAD3

Tints of Spindle #ADBAD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.02%

R = 30.35%
G = 32.63%
B = 37.02%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ADBAD3 (or 0xADBAD3) is known color: Spindle. HEX triplet: AD, BA and D3. RGB value is (173,186,211). Sum of RGB (Red+Green+Blue) = 173+186+211=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 211 (82.81% from 255 or 37.02% from 570); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADBAD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAD3 is #52452C. Grayscale: #B8B8B8. Windows color (decimal): -5391661 or 13875885. OLE color: 13875885.

HSL color Cylindrical-coordinate representation of color #ADBAD3: hue angle of 219.47º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADBAD3 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 186 211 -
CMYK 0.18 0.12 0 0.17
HSL 219.47º 0.3% 0.75% -
HSV(B) 219.47º 0.18% 0.83% -
XYZ 46.55 48.71 68.58 -
YUV 184.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 173 186 211 0.18 0.12 0 0.17 219.47 0.3 0.75
Hex AD BA D3 12 C 0 11 DB 1E 4B
Octal 255 272 323 22 14 0 21 333 36 113
Binary 10101101 10111010 11010011 10010 1100 0 10001 11011011 11110 1001011

Color Harmonies of #ADBAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBAD3

Black with #ADBAD3

Text Example


Text Example

White with #ADBAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBAD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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