#A8BAD4

Color #A8BAD4 Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #A8BAD4

Tints of Spindle #A8BAD4

Color information

#A8BAD4 (or 0xA8BAD4) is unknown color: approx Spindle. HEX triplet: A8, BA and D4. RGB value is (168,186,212). Sum of RGB (Red+Green+Blue) = 168+186+212=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 212 - color contains mainly: blue. Hex color #A8BAD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAD4 is #57452B. Grayscale: #B7B7B7. Windows color (decimal): -5719340 or 13941416. OLE color: 13941416.

HSL color Cylindrical-coordinate representation of color #A8BAD4: hue angle of 215.45º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8BAD4 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB168186212-
CMYK0.210.1200.17
HSL215.45º33.85%74.51%-
HSV(B)215.45º20.75%83.14%-
XYZ45.5948.269.19-
YUV183.58144.04116.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.68%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 212 (83.20% from 255) = 37.46%
R=29.68%
G=32.86%
B=37.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681862120.210.1200.17215.4533.8574.51
HexA8BAD415C011d7224b
Octal250272324251402132742113
Binary101010001011101011010100101011100010001110101111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAD4; }

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

 H1.HeaderClassName
 {
   color: #A8BAD4;
 }
 .AnyTagClassName
 {
   color: #A8BAD4;
 }
</style>
background-color css

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

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

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

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

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

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