Html Css Color HEX #ADBED0 Spindle

📋 copy color: '#ADBED0'

red 173 ◦ green 190 ◦ blue 208

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

Shades of Spindle #ADBED0

Tints of Spindle #ADBED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.43%

R = 30.3%
G = 33.27%
B = 36.43%

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

#ADBED0 (or 0xADBED0) is known color: Spindle. HEX triplet: AD, BE and D0. RGB value is (173,190,208). Sum of RGB (Red+Green+Blue) = 173+190+208=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADBED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBED0 is #52412F. Grayscale: #BABABA. Windows color (decimal): -5390640 or 13680301. OLE color: 13680301.

HSL color Cylindrical-coordinate representation of color #ADBED0: hue angle of 210.86º degrees, saturation: 0.27, 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 #ADBED0 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 190 208 -
CMYK 0.17 0.09 0 0.18
HSL 210.86º 0.27% 0.75% -
HSV(B) 210.86º 0.17% 0.82% -
XYZ 47.03 50.27 66.9 -
YUV 186.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 173 190 208 0.17 0.09 0 0.18 210.86 0.27 0.75
Hex AD BE D0 11 9 0 12 D3 1B 4B
Octal 255 276 320 21 11 0 22 323 33 113
Binary 10101101 10111110 11010000 10001 1001 0 10010 11010011 11011 1001011

Color Harmonies of #ADBED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBED0

Black with #ADBED0

Text Example


Text Example

White with #ADBED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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