#A8B2EC

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

Shades of Perano #A8B2EC

Tints of Perano #A8B2EC

Color information

#A8B2EC (or 0xA8B2EC) is unknown color: approx Perano. HEX triplet: A8, B2 and EC. RGB value is (168,178,236). Sum of RGB (Red+Green+Blue) = 168+178+236=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8B2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B2EC is #574D13. Grayscale: #B5B5B5. Windows color (decimal): -5721364 or 15512232. OLE color: 15512232.

HSL color Cylindrical-coordinate representation of color #A8B2EC: hue angle of 231.18º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8B2EC is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168178236-
CMYK0.290.2500.07
HSL231.18º64.15%79.22%-
HSV(B)231.18º28.81%92.55%-
XYZ47.2146.2285.79-
YUV181.62158.69118.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.87%
GREEN value IS 178 (69.92% from 255) = 30.58%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=28.87%
G=30.58%
B=40.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681782360.290.2500.07231.1864.1579.22
HexA8B2EC1D1907e7404f
Octal250262354353107347100117
Binary101010001011001011101100111011100101111110011110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B2EC; }

 p { color: rgb(168,178,236); }

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

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

 a { background-color: rgb(168,178,236); }

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

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

 span { border-color: rgb(168,178,236); }

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