#A8B1ED

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

Shades of Perano #A8B1ED

Tints of Perano #A8B1ED

Color information

#A8B1ED (or 0xA8B1ED) is unknown color: approx Perano. HEX triplet: A8, B1 and ED. RGB value is (168,177,237). Sum of RGB (Red+Green+Blue) = 168+177+237=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8B1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8B1ED is #574E12. Grayscale: #B4B4B4. Windows color (decimal): -5721619 or 15577512. OLE color: 15577512.

HSL color Cylindrical-coordinate representation of color #A8B1ED: hue angle of 232.17º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8B1ED is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB168177237-
CMYK0.290.2500.07
HSL232.17º65.71%79.41%-
HSV(B)232.17º29.11%92.94%-
XYZ47.1645.8886.49-
YUV181.15159.52118.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.87%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 237 (92.97% from 255) = 40.72%
R=28.87%
G=30.41%
B=40.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1681772370.290.2500.07232.1765.7179.41
HexA8B1ED1D1907e8424f
Octal250261355353107350102117
Binary101010001011000111101101111011100101111110100010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B1ED; }

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

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

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

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

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

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

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

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