Html Css Color HEX #A7BACD Spindle

📋 copy color: '#A7BACD'

red 167 ◦ green 186 ◦ blue 205

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

Shades of Spindle #A7BACD

Tints of Spindle #A7BACD

RGB

 RED value IS 167 (65.63% from 255) = 29.93%

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

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

R = 29.93%
G = 33.33%
B = 36.74%

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

#A7BACD (or 0xA7BACD) is known color: Spindle. HEX triplet: A7, BA and CD. RGB value is (167,186,205). Sum of RGB (Red+Green+Blue) = 167+186+205=558 (73% of max value = 765). Red value is 167 (65.62% from 255 or 29.93% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #A7BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BACD is #584532. Grayscale: #B6B6B6. Windows color (decimal): -5784883 or 13482663. OLE color: 13482663.

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

Color convert

RGB 167 186 205 -
CMYK 0.19 0.09 0 0.20
HSL 210º 0.28% 0.73% -
HSV(B) 210º 0.19% 0.8% -
XYZ 44.51 47.74 64.63 -
YUV 182.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 167 186 205 0.19 0.09 0 0.20 210 0.28 0.73
Hex A7 BA CD 13 9 0 14 D2 1C 49
Octal 247 272 315 23 11 0 24 322 34 111
Binary 10100111 10111010 11001101 10011 1001 0 10100 11010010 11100 1001001

Color Harmonies of #A7BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7BACD

Black with #A7BACD

Text Example


Text Example

White with #A7BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7BACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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