#A8B8EB

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

Shades of Perano #A8B8EB

Tints of Perano #A8B8EB

Color information

#A8B8EB (or 0xA8B8EB) is unknown color: approx Perano. HEX triplet: A8, B8 and EB. RGB value is (168,184,235). Sum of RGB (Red+Green+Blue) = 168+184+235=587 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.62% from 587); Green value is 184 (72.27% from 255 or 31.35% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8B8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8B8EB is #574714. Grayscale: #B8B8B8. Windows color (decimal): -5719829 or 15448232. OLE color: 15448232.

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

Color convert

RGB168184235-
CMYK0.290.2200.08
HSL225.67º62.62%79.02%-
HSV(B)225.67º28.51%92.16%-
XYZ48.2848.685.43-
YUV185.03156.2115.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.62%
GREEN value IS 184 (72.27% from 255) = 31.35%
BLUE value IS 235 (92.19% from 255) = 40.03%
R=28.62%
G=31.35%
B=40.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681842350.290.2200.08225.6762.6279.02
HexA8B8EB1D1608e23f4f
Octal250270353352601034277117
Binary101010001011100011101011111011011001000111000101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B8EB; }

 p { color: rgb(168,184,235); }

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

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

 a { background-color: rgb(168,184,235); }

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

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

 span { border-color: rgb(168,184,235); }

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