#A8B2EA

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

Shades of Perano #A8B2EA

Tints of Perano #A8B2EA

Color information

#A8B2EA (or 0xA8B2EA) is unknown color: approx Perano. HEX triplet: A8, B2 and EA. RGB value is (168,178,234). Sum of RGB (Red+Green+Blue) = 168+178+234=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 178 (69.92% from 255 or 30.69% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8B2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B2EA is #574D15. Grayscale: #B5B5B5. Windows color (decimal): -5721366 or 15381160. OLE color: 15381160.

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

Color convert

RGB168178234-
CMYK0.280.2400.08
HSL230.91º61.11%78.82%-
HSV(B)230.91º28.21%91.76%-
XYZ46.9246.1184.27-
YUV181.39157.69118.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.97%
GREEN value IS 178 (69.92% from 255) = 30.69%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=28.97%
G=30.69%
B=40.34%

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
Decimal1681782340.280.2400.08230.9161.1178.82
HexA8B2EA1C1808e73d4f
Octal250262352343001034775117
Binary101010001011001011101010111001100001000111001111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B2EA; }

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

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

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

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

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

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

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

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