Html Css Color HEX #ADBED1 Spindle

📋 copy color: '#ADBED1'

red 173 ◦ green 190 ◦ blue 209

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

Shades of Spindle #ADBED1

Tints of Spindle #ADBED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.22%

 BLUE value IS 209 (82.03% from 255) = 36.54%

R = 30.24%
G = 33.22%
B = 36.54%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADBED1 (or 0xADBED1) is known color: Spindle. HEX triplet: AD, BE and D1. RGB value is (173,190,209). Sum of RGB (Red+Green+Blue) = 173+190+209=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 209 (82.03% from 255 or 36.54% from 572); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADBED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBED1 is #52412E. Grayscale: #BABABA. Windows color (decimal): -5390639 or 13745837. OLE color: 13745837.

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

Color convert

RGB 173 190 209 -
CMYK 0.17 0.09 0 0.18
HSL 211.67º 0.28% 0.75% -
HSV(B) 211.67º 0.17% 0.82% -
XYZ 47.16 50.31 67.55 -
YUV 187.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 173 190 209 0.17 0.09 0 0.18 211.67 0.28 0.75
Hex AD BE D1 11 9 0 12 D4 1C 4B
Octal 255 276 321 21 11 0 22 324 34 113
Binary 10101101 10111110 11010001 10001 1001 0 10010 11010100 11100 1001011

Color Harmonies of #ADBED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBED1

Black with #ADBED1

Text Example


Text Example

White with #ADBED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBED1; }

 p { color: rgb(173,190,209); }

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

background-color css

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

 a { background-color: rgb(173,190,209); }

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

border-color css

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

 span { border-color: rgb(173,190,209); }

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