Html Css Color HEX #ADBDCC Spindle

📋 copy color: '#ADBDCC'

red 173 ◦ green 189 ◦ blue 204

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

Shades of Spindle #ADBDCC

Tints of Spindle #ADBDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.04%

R = 30.57%
G = 33.39%
B = 36.04%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADBDCC (or 0xADBDCC) is known color: Spindle. HEX triplet: AD, BD and CC. RGB value is (173,189,204). Sum of RGB (Red+Green+Blue) = 173+189+204=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDCC is #524233. Grayscale: #B9B9B9. Windows color (decimal): -5390900 or 13417901. OLE color: 13417901.

HSL color Cylindrical-coordinate representation of color #ADBDCC: hue angle of 209.03º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADBDCC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 189 204 -
CMYK 0.15 0.07 0 0.2
HSL 209.03º 0.23% 0.74% -
HSV(B) 209.03º 0.15% 0.8% -
XYZ 46.33 49.64 64.27 -
YUV 185.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 173 189 204 0.15 0.07 0 0.2 209.03 0.23 0.74
Hex AD BD CC F 7 0 14 D1 17 4A
Octal 255 275 314 17 7 0 24 321 27 112
Binary 10101101 10111101 11001100 1111 111 0 10100 11010001 10111 1001010

Color Harmonies of #ADBDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDCC

Black with #ADBDCC

Text Example


Text Example

White with #ADBDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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