#A4BED1

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

Shades of Spindle #A4BED1

Tints of Spindle #A4BED1

Color information

#A4BED1 (or 0xA4BED1) is unknown color: approx Spindle. HEX triplet: A4, BE and D1. RGB value is (164,190,209). Sum of RGB (Red+Green+Blue) = 164+190+209=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #A4BED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BED1 is #5B412E. Grayscale: #B8B8B8. Windows color (decimal): -5980463 or 13745828. OLE color: 13745828.

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

Color convert

RGB164190209-
CMYK0.220.0900.18
HSL205.33º32.85%73.14%-
HSV(B)205.33º21.53%81.96%-
XYZ45.2349.3267.46-
YUV184.39141.89113.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.13%
GREEN value IS 190 (74.61% from 255) = 33.75%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=29.13%
G=33.75%
B=37.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641902090.220.0900.18205.3332.8573.14
HexA4BED1169012cd2149
Octal244276321261102231541111
Binary101001001011111011010001101101001010010110011011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BED1; }

 p { color: rgb(164,190,209); }

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

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

 a { background-color: rgb(164,190,209); }

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

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

 span { border-color: rgb(164,190,209); }

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