Html Css Color HEX #A6BACF Spindle

📋 copy color: '#A6BACF'

red 166 ◦ green 186 ◦ blue 207

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

Shades of Spindle #A6BACF

Tints of Spindle #A6BACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 29.7%
G = 33.27%
B = 37.03%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A6BACF (or 0xA6BACF) is known color: Spindle. HEX triplet: A6, BA and CF. RGB value is (166,186,207). Sum of RGB (Red+Green+Blue) = 166+186+207=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BACF is #594530. Grayscale: #B6B6B6. Windows color (decimal): -5850417 or 13613734. OLE color: 13613734.

HSL color Cylindrical-coordinate representation of color #A6BACF: hue angle of 210.73º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6BACF is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 186 207 -
CMYK 0.20 0.10 0 0.19
HSL 210.73º 0.3% 0.73% -
HSV(B) 210.73º 0.2% 0.81% -
XYZ 44.55 47.73 65.9 -
YUV 182.41 141.87 116.29 -
System Red Green Blue C M Y K H S L
Decimal 166 186 207 0.20 0.10 0 0.19 210.73 0.3 0.73
Hex A6 BA CF 14 A 0 13 D3 1E 49
Octal 246 272 317 24 12 0 23 323 36 111
Binary 10100110 10111010 11001111 10100 1010 0 10011 11010011 11110 1001001

Color Harmonies of #A6BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BACF

Black with #A6BACF

Text Example


Text Example

White with #A6BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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