#A8BFEA

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

Shades of Perano #A8BFEA

Tints of Perano #A8BFEA

Color information

#A8BFEA (or 0xA8BFEA) is unknown color: approx Perano. HEX triplet: A8, BF and EA. RGB value is (168,191,234). Sum of RGB (Red+Green+Blue) = 168+191+234=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8BFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8BFEA is #574015. Grayscale: #BCBCBC. Windows color (decimal): -5718038 or 15384488. OLE color: 15384488.

HSL color Cylindrical-coordinate representation of color #A8BFEA: hue angle of 219.09º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8BFEA is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168191234-
CMYK0.280.1800.08
HSL219.09º61.11%78.82%-
HSV(B)219.09º28.21%91.76%-
XYZ49.6351.5385.17-
YUV189.02153.38113-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.33%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=28.33%
G=32.21%
B=39.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681912340.280.1800.08219.0961.1178.82
HexA8BFEA1C1208db3d4f
Octal250277352342201033375117
Binary101010001011111111101010111001001001000110110111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BFEA; }

 p { color: rgb(168,191,234); }

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

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

 a { background-color: rgb(168,191,234); }

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

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

 span { border-color: rgb(168,191,234); }

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