#A3BBEA

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

Shades of Perano #A3BBEA

Tints of Perano #A3BBEA

Color information

#A3BBEA (or 0xA3BBEA) is unknown color: approx Perano. HEX triplet: A3, BB and EA. RGB value is (163,187,234). Sum of RGB (Red+Green+Blue) = 163+187+234=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #A3BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BBEA is #5C4415. Grayscale: #B8B8B8. Windows color (decimal): -6046742 or 15383459. OLE color: 15383459.

HSL color Cylindrical-coordinate representation of color #A3BBEA: hue angle of 219.72º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3BBEA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163187234-
CMYK0.300.2000.08
HSL219.72º62.83%77.84%-
HSV(B)219.72º30.34%91.76%-
XYZ47.7349.2784.84-
YUV185.18155.55112.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.91%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=27.91%
G=32.02%
B=40.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631872340.300.2000.08219.7262.8377.84
HexA3BBEA1E1408dc3f4e
Octal243273352362401033477116
Binary101000111011101111101010111101010001000110111001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BBEA; }

 p { color: rgb(163,187,234); }

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

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

 a { background-color: rgb(163,187,234); }

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

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

 span { border-color: rgb(163,187,234); }

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