#A8B1EB

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

Shades of Perano #A8B1EB

Tints of Perano #A8B1EB

Color information

#A8B1EB (or 0xA8B1EB) is unknown color: approx Perano. HEX triplet: A8, B1 and EB. RGB value is (168,177,235). Sum of RGB (Red+Green+Blue) = 168+177+235=580 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.97% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8B1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B1EB is #574E14. Grayscale: #B4B4B4. Windows color (decimal): -5721621 or 15446440. OLE color: 15446440.

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

Color convert

RGB168177235-
CMYK0.290.2500.08
HSL231.94º62.62%79.02%-
HSV(B)231.94º28.51%92.16%-
XYZ46.8745.7784.96-
YUV180.92158.52118.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.97%
GREEN value IS 177 (69.53% from 255) = 30.52%
BLUE value IS 235 (92.19% from 255) = 40.52%
R=28.97%
G=30.52%
B=40.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1681772350.290.2500.08231.9462.6279.02
HexA8B1EB1D1908e83f4f
Octal250261353353101035077117
Binary101010001011000111101011111011100101000111010001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B1EB; }

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

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

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

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

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

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

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

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