#A8BEFF

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

Shades of Perano #A8BEFF

Tints of Perano #A8BEFF

Color information

#A8BEFF (or 0xA8BEFF) is unknown color: approx Perano. HEX triplet: A8, BE and FF. RGB value is (168,190,255). Sum of RGB (Red+Green+Blue) = 168+190+255=613 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.41% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEFF is #574100. Grayscale: #BEBEBE. Windows color (decimal): -5718273 or 16760488. OLE color: 16760488.

HSL color Cylindrical-coordinate representation of color #A8BEFF: hue angle of 224.83º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8BEFF is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB168190255-
CMYK0.340.2500
HSL224.83º100%82.94%-
HSV(B)224.83º34.12%100%-
XYZ52.6152.37101.94-
YUV190.83164.21111.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.41%
GREEN value IS 190 (74.61% from 255) = 31.00%
BLUE value IS 255 (100% from 255) = 41.60%
R=27.41%
G=31.00%
B=41.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1681902550.340.2500224.8310082.94
HexA8BEFF221900e16453
Octal250276377423100341144123
Binary10101000101111101111111110001011001001110000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEFF; }

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

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

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

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

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

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

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

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