#A4BBEA

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

Shades of Perano #A4BBEA

Tints of Perano #A4BBEA

Color information

#A4BBEA (or 0xA4BBEA) is unknown color: approx Perano. HEX triplet: A4, BB and EA. RGB value is (164,187,234). Sum of RGB (Red+Green+Blue) = 164+187+234=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BBEA is #5B4415. Grayscale: #B9B9B9. Windows color (decimal): -5981206 or 15383460. OLE color: 15383460.

HSL color Cylindrical-coordinate representation of color #A4BBEA: hue angle of 220.29º degrees, saturation: 0.62, 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 #A4BBEA is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB164187234-
CMYK0.300.2000.08
HSL220.29º62.5%78.04%-
HSV(B)220.29º29.91%91.76%-
XYZ47.9349.3784.85-
YUV185.48155.38112.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.03%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 234 (91.80% from 255) = 40%
R=28.03%
G=31.97%
B=40%

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
Decimal1641872340.300.2000.08220.2962.578.04
HexA4BBEA1E1408dc3e4e
Octal244273352362401033476116
Binary101001001011101111101010111101010001000110111001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBEA; }

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

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

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

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

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

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

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

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