#A8BDCE

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

Shades of Spindle #A8BDCE

Tints of Spindle #A8BDCE

Color information

#A8BDCE (or 0xA8BDCE) is unknown color: approx Spindle. HEX triplet: A8, BD and CE. RGB value is (168,189,206). Sum of RGB (Red+Green+Blue) = 168+189+206=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #A8BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDCE is #574231. Grayscale: #B8B8B8. Windows color (decimal): -5718578 or 13548968. OLE color: 13548968.

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

Color convert

RGB168189206-
CMYK0.180.0800.19
HSL206.84º27.94%73.33%-
HSV(B)206.84º18.45%80.78%-
XYZ45.4949.1865.49-
YUV184.66140.04116.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 189 (74.22% from 255) = 33.57%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=29.84%
G=33.57%
B=36.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1681892060.180.0800.19206.8427.9473.33
HexA8BDCE128013cf1c49
Octal250275316221002331734111
Binary10101000101111011100111010010100001001111001111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDCE; }

 p { color: rgb(168,189,206); }

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

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

 a { background-color: rgb(168,189,206); }

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

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

 span { border-color: rgb(168,189,206); }

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