#A4BCD3

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

Shades of Spindle #A4BCD3

Tints of Spindle #A4BCD3

Color information

#A4BCD3 (or 0xA4BCD3) is unknown color: approx Spindle. HEX triplet: A4, BC and D3. RGB value is (164,188,211). Sum of RGB (Red+Green+Blue) = 164+188+211=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 211 (82.81% from 255 or 37.48% from 563); Max value from RGB is 211 - color contains mainly: blue. Hex color #A4BCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BCD3 is #5B432C. Grayscale: #B7B7B7. Windows color (decimal): -5980973 or 13876388. OLE color: 13876388.

HSL color Cylindrical-coordinate representation of color #A4BCD3: hue angle of 209.36º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4BCD3 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB164188211-
CMYK0.220.1100.17
HSL209.36º34.81%73.53%-
HSV(B)209.36º22.27%82.75%-
XYZ45.0548.5668.63-
YUV183.45143.55114.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 29.13%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 211 (82.81% from 255) = 37.48%
R=29.13%
G=33.39%
B=37.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1641882110.220.1100.17209.3634.8173.53
HexA4BCD316B011d1234a
Octal244274323261302132143112
Binary101001001011110011010011101101011010001110100011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCD3; }

 p { color: rgb(164,188,211); }

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

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

 a { background-color: rgb(164,188,211); }

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

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

 span { border-color: rgb(164,188,211); }

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