Html Css Color HEX #ADBACD Spindle

📋 copy color: '#ADBACD'

red 173 ◦ green 186 ◦ blue 205

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

Shades of Spindle #ADBACD

Tints of Spindle #ADBACD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.98%

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 30.67%
G = 32.98%
B = 36.35%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADBACD (or 0xADBACD) is known color: Spindle. HEX triplet: AD, BA and CD. RGB value is (173,186,205). Sum of RGB (Red+Green+Blue) = 173+186+205=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBACD is #524532. Grayscale: #B8B8B8. Windows color (decimal): -5391667 or 13482669. OLE color: 13482669.

HSL color Cylindrical-coordinate representation of color #ADBACD: hue angle of 215.62º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBACD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 186 205 -
CMYK 0.16 0.09 0 0.20
HSL 215.63º 0.24% 0.74% -
HSV(B) 215.63º 0.16% 0.8% -
XYZ 45.81 48.41 64.69 -
YUV 184.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 173 186 205 0.16 0.09 0 0.20 215.63 0.24 0.74
Hex AD BA CD 10 9 0 14 D8 18 4A
Octal 255 272 315 20 11 0 24 330 30 112
Binary 10101101 10111010 11001101 10000 1001 0 10100 11011000 11000 1001010

Color Harmonies of #ADBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBACD

Black with #ADBACD

Text Example


Text Example

White with #ADBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBACD; }

 p { color: rgb(173,186,205); }

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

background-color css

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

 a { background-color: rgb(173,186,205); }

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

border-color css

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

 span { border-color: rgb(173,186,205); }

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