Html Css Color HEX #ADBACC Spindle

📋 copy color: '#ADBACC'

red 173 ◦ green 186 ◦ blue 204

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

Shades of Spindle #ADBACC

Tints of Spindle #ADBACC

RGB

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

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

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

R = 30.73%
G = 33.04%
B = 36.23%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADBACC (or 0xADBACC) is known color: Spindle. HEX triplet: AD, BA and CC. RGB value is (173,186,204). Sum of RGB (Red+Green+Blue) = 173+186+204=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADBACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBACC is #524533. Grayscale: #B8B8B8. Windows color (decimal): -5391668 or 13417133. OLE color: 13417133.

HSL color Cylindrical-coordinate representation of color #ADBACC: hue angle of 214.84º 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 #ADBACC is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 186 204 -
CMYK 0.15 0.09 0 0.2
HSL 214.84º 0.23% 0.74% -
HSV(B) 214.84º 0.15% 0.8% -
XYZ 45.69 48.36 64.05 -
YUV 184.17 139.19 120.04 -
System Red Green Blue C M Y K H S L
Decimal 173 186 204 0.15 0.09 0 0.2 214.84 0.23 0.74
Hex AD BA CC F 9 0 14 D7 17 4A
Octal 255 272 314 17 11 0 24 327 27 112
Binary 10101101 10111010 11001100 1111 1001 0 10100 11010111 10111 1001010

Color Harmonies of #ADBACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBACC

Black with #ADBACC

Text Example


Text Example

White with #ADBACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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