Html Css Color HEX #A6BACD Spindle

📋 copy color: '#A6BACD'

red 166 ◦ green 186 ◦ blue 205

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

Shades of Spindle #A6BACD

Tints of Spindle #A6BACD

RGB

 RED value IS 166 (65.23% from 255) = 29.8%

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

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

R = 29.8%
G = 33.39%
B = 36.8%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A6BACD (or 0xA6BACD) is known color: Spindle. HEX triplet: A6, BA and CD. RGB value is (166,186,205). Sum of RGB (Red+Green+Blue) = 166+186+205=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BACD is #594532. Grayscale: #B6B6B6. Windows color (decimal): -5850419 or 13482662. OLE color: 13482662.

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

Color convert

RGB 166 186 205 -
CMYK 0.19 0.09 0 0.20
HSL 209.23º 0.28% 0.73% -
HSV(B) 209.23º 0.19% 0.8% -
XYZ 44.3 47.63 64.62 -
YUV 182.19 140.87 116.46 -
System Red Green Blue C M Y K H S L
Decimal 166 186 205 0.19 0.09 0 0.20 209.23 0.28 0.73
Hex A6 BA CD 13 9 0 14 D1 1C 49
Octal 246 272 315 23 11 0 24 321 34 111
Binary 10100110 10111010 11001101 10011 1001 0 10100 11010001 11100 1001001

Color Harmonies of #A6BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BACD

Black with #A6BACD

Text Example


Text Example

White with #A6BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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