#A8B4FE

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

Shades of Perano #A8B4FE

Tints of Perano #A8B4FE

Color information

#A8B4FE (or 0xA8B4FE) is unknown color: approx Perano. HEX triplet: A8, B4 and FE. RGB value is (168,180,254). Sum of RGB (Red+Green+Blue) = 168+180+254=602 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.91% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8B4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B4FE is #574B01. Grayscale: #B8B8B8. Windows color (decimal): -5720834 or 16692392. OLE color: 16692392.

HSL color Cylindrical-coordinate representation of color #A8B4FE: hue angle of 231.63º 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 #A8B4FE is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB168180254-
CMYK0.340.2900.00
HSL231.63º97.73%82.75%-
HSV(B)231.63º33.86%99.61%-
XYZ50.3648.12100.4-
YUV184.85167.02115.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.91%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=27.91%
G=29.90%
B=42.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1681802540.340.2900.00231.6397.7382.75
HexA8B4FE221D00e86253
Octal250264376423500350142123
Binary10101000101101001111111010001011101001110100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B4FE; }

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

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

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

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

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

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

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

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