#A8BEFE

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

Shades of Perano #A8BEFE

Tints of Perano #A8BEFE

Color information

#A8BEFE (or 0xA8BEFE) is unknown color: approx Perano. HEX triplet: A8, BE and FE. RGB value is (168,190,254). Sum of RGB (Red+Green+Blue) = 168+190+254=612 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.45% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BEFE is #574101. Grayscale: #BEBEBE. Windows color (decimal): -5718274 or 16694952. OLE color: 16694952.

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

Color convert

RGB168190254-
CMYK0.340.2500.00
HSL224.65º97.73%82.75%-
HSV(B)224.65º33.86%99.61%-
XYZ52.4552.31101.1-
YUV190.72163.71111.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.45%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=27.45%
G=31.05%
B=41.50%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681902540.340.2500.00224.6597.7382.75
HexA8BEFE221900e16253
Octal250276376423100341142123
Binary10101000101111101111111010001011001001110000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEFE; }

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

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

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

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

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

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

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

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