#A8BEF4

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

Shades of Perano #A8BEF4

Tints of Perano #A8BEF4

Color information

#A8BEF4 (or 0xA8BEF4) is unknown color: approx Perano. HEX triplet: A8, BE and F4. RGB value is (168,190,244). Sum of RGB (Red+Green+Blue) = 168+190+244=602 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.91% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #A8BEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEF4 is #57410B. Grayscale: #BDBDBD. Windows color (decimal): -5718284 or 16039592. OLE color: 16039592.

HSL color Cylindrical-coordinate representation of color #A8BEF4: hue angle of 222.63º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8BEF4 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB168190244-
CMYK0.310.2200.04
HSL222.63º77.55%80.78%-
HSV(B)222.63º31.15%95.69%-
XYZ50.8951.6892.88-
YUV189.58158.71112.61-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.91%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 244 (95.70% from 255) = 40.53%
R=27.91%
G=31.56%
B=40.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1681902440.310.2200.04222.6377.5580.78
HexA8BEF41F1604df4e51
Octal250276364372604337116121
Binary101010001011111011110100111111011001001101111110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEF4; }

 p { color: rgb(168,190,244); }

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

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

 a { background-color: rgb(168,190,244); }

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

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

 span { border-color: rgb(168,190,244); }

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