#A8B4EC

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

Shades of Perano #A8B4EC

Tints of Perano #A8B4EC

Color information

#A8B4EC (or 0xA8B4EC) is unknown color: approx Perano. HEX triplet: A8, B4 and EC. RGB value is (168,180,236). Sum of RGB (Red+Green+Blue) = 168+180+236=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8B4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B4EC is #574B13. Grayscale: #B6B6B6. Windows color (decimal): -5720852 or 15512744. OLE color: 15512744.

HSL color Cylindrical-coordinate representation of color #A8B4EC: hue angle of 229.41º 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 #A8B4EC is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168180236-
CMYK0.290.2400.07
HSL229.41º64.15%79.22%-
HSV(B)229.41º28.81%92.55%-
XYZ47.6147.0285.92-
YUV182.8158.02117.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.77%
GREEN value IS 180 (70.70% from 255) = 30.82%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=28.77%
G=30.82%
B=40.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681802360.290.2400.07229.4164.1579.22
HexA8B4EC1D1807e5404f
Octal250264354353007345100117
Binary101010001011010011101100111011100001111110010110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B4EC; }

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

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

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

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

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

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

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

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