Html Css Color HEX #A8BACD Spindle

📋 copy color: '#A8BACD'

red 168 ◦ green 186 ◦ blue 205

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

Shades of Spindle #A8BACD

Tints of Spindle #A8BACD

RGB

 RED value IS 168 (66.02% from 255) = 30.05%

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

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

R = 30.05%
G = 33.27%
B = 36.67%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8BACD (or 0xA8BACD) is known color: Spindle. HEX triplet: A8, BA and CD. RGB value is (168,186,205). Sum of RGB (Red+Green+Blue) = 168+186+205=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #A8BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BACD is #574532. Grayscale: #B6B6B6. Windows color (decimal): -5719347 or 13482664. OLE color: 13482664.

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

Color convert

RGB 168 186 205 -
CMYK 0.18 0.09 0 0.20
HSL 210.81º 0.27% 0.73% -
HSV(B) 210.81º 0.18% 0.8% -
XYZ 44.73 47.85 64.64 -
YUV 182.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 168 186 205 0.18 0.09 0 0.20 210.81 0.27 0.73
Hex A8 BA CD 12 9 0 14 D3 1B 49
Octal 250 272 315 22 11 0 24 323 33 111
Binary 10101000 10111010 11001101 10010 1001 0 10100 11010011 11011 1001001

Color Harmonies of #A8BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BACD

Black with #A8BACD

Text Example


Text Example

White with #A8BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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