Html Css Color HEX #ADBDCF Spindle

📋 copy color: '#ADBDCF'

red 173 ◦ green 189 ◦ blue 207

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

Shades of Spindle #ADBDCF

Tints of Spindle #ADBDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.22%

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 30.4%
G = 33.22%
B = 36.38%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADBDCF (or 0xADBDCF) is known color: Spindle. HEX triplet: AD, BD and CF. RGB value is (173,189,207). Sum of RGB (Red+Green+Blue) = 173+189+207=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADBDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDCF is #524230. Grayscale: #BABABA. Windows color (decimal): -5390897 or 13614509. OLE color: 13614509.

HSL color Cylindrical-coordinate representation of color #ADBDCF: hue angle of 211.76º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBDCF is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 189 207 -
CMYK 0.16 0.09 0 0.19
HSL 211.76º 0.26% 0.75% -
HSV(B) 211.76º 0.16% 0.81% -
XYZ 46.69 49.78 66.18 -
YUV 186.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 173 189 207 0.16 0.09 0 0.19 211.76 0.26 0.75
Hex AD BD CF 10 9 0 13 D4 1A 4B
Octal 255 275 317 20 11 0 23 324 32 113
Binary 10101101 10111101 11001111 10000 1001 0 10011 11010100 11010 1001011

Color Harmonies of #ADBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDCF

Black with #ADBDCF

Text Example


Text Example

White with #ADBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDCF; }

 p { color: rgb(173,189,207); }

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

background-color css

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

 a { background-color: rgb(173,189,207); }

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

border-color css

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

 span { border-color: rgb(173,189,207); }

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