Html Css Color HEX #ADBED6 Spindle

📋 copy color: '#ADBED6'

red 173 ◦ green 190 ◦ blue 214

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

Shades of Spindle #ADBED6

Tints of Spindle #ADBED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.09%

R = 29.98%
G = 32.93%
B = 37.09%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADBED6 (or 0xADBED6) is known color: Spindle. HEX triplet: AD, BE and D6. RGB value is (173,190,214). Sum of RGB (Red+Green+Blue) = 173+190+214=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 214 (83.98% from 255 or 37.09% from 577); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADBED6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBED6 is #524129. Grayscale: #BBBBBB. Windows color (decimal): -5390634 or 14073517. OLE color: 14073517.

HSL color Cylindrical-coordinate representation of color #ADBED6: hue angle of 215.12º degrees, saturation: 0.33, 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 #ADBED6 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 190 214 -
CMYK 0.19 0.11 0 0.16
HSL 215.12º 0.33% 0.76% -
HSV(B) 215.12º 0.19% 0.84% -
XYZ 47.78 50.57 70.86 -
YUV 187.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 173 190 214 0.19 0.11 0 0.16 215.12 0.33 0.76
Hex AD BE D6 13 B 0 10 D7 21 4C
Octal 255 276 326 23 13 0 20 327 41 114
Binary 10101101 10111110 11010110 10011 1011 0 10000 11010111 100001 1001100

Color Harmonies of #ADBED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBED6

Black with #ADBED6

Text Example


Text Example

White with #ADBED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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