Html Css Color HEX #ADBACA Spindle

📋 copy color: '#ADBACA'

red 173 ◦ green 186 ◦ blue 202

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

Shades of Spindle #ADBACA

Tints of Spindle #ADBACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.01%

R = 30.84%
G = 33.16%
B = 36.01%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ADBACA (or 0xADBACA) is known color: Spindle. HEX triplet: AD, BA and CA. RGB value is (173,186,202). Sum of RGB (Red+Green+Blue) = 173+186+202=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #ADBACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBACA is #524535. Grayscale: #B7B7B7. Windows color (decimal): -5391670 or 13286061. OLE color: 13286061.

HSL color Cylindrical-coordinate representation of color #ADBACA: hue angle of 213.1º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADBACA is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 186 202 -
CMYK 0.14 0.08 0 0.21
HSL 213.1º 0.21% 0.74% -
HSV(B) 213.1º 0.14% 0.79% -
XYZ 45.45 48.27 62.8 -
YUV 183.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 173 186 202 0.14 0.08 0 0.21 213.1 0.21 0.74
Hex AD BA CA E 8 0 15 D5 15 4A
Octal 255 272 312 16 10 0 25 325 25 112
Binary 10101101 10111010 11001010 1110 1000 0 10101 11010101 10101 1001010

Color Harmonies of #ADBACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBACA

Black with #ADBACA

Text Example


Text Example

White with #ADBACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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