#A8B3EA

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

Shades of Perano #A8B3EA

Tints of Perano #A8B3EA

Color information

#A8B3EA (or 0xA8B3EA) is unknown color: approx Perano. HEX triplet: A8, B3 and EA. RGB value is (168,179,234). Sum of RGB (Red+Green+Blue) = 168+179+234=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8B3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B3EA is #574C15. Grayscale: #B5B5B5. Windows color (decimal): -5721110 or 15381416. OLE color: 15381416.

HSL color Cylindrical-coordinate representation of color #A8B3EA: hue angle of 230º 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 #A8B3EA is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB168179234-
CMYK0.280.2400.08
HSL230º61.11%78.82%-
HSV(B)230º28.21%91.76%-
XYZ47.1246.5184.33-
YUV181.98157.36118.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.92%
GREEN value IS 179 (70.31% from 255) = 30.81%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=28.92%
G=30.81%
B=40.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681792340.280.2400.0823061.1178.82
HexA8B3EA1C1808e63d4f
Octal250263352343001034675117
Binary101010001011001111101010111001100001000111001101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B3EA; }

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

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

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

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

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

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

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

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