#A6B0EB

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

Shades of Perano #A6B0EB

Tints of Perano #A6B0EB

Color information

#A6B0EB (or 0xA6B0EB) is unknown color: approx Perano. HEX triplet: A6, B0 and EB. RGB value is (166,176,235). Sum of RGB (Red+Green+Blue) = 166+176+235=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6B0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6B0EB is #594F14. Grayscale: #B3B3B3. Windows color (decimal): -5852949 or 15446182. OLE color: 15446182.

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

Color convert

RGB166176235-
CMYK0.290.2500.08
HSL231.3º63.3%78.63%-
HSV(B)231.3º29.36%92.16%-
XYZ46.2545.1684.88-
YUV179.74159.19118.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.77%
GREEN value IS 176 (69.14% from 255) = 30.50%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=28.77%
G=30.50%
B=40.73%

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
Decimal1661762350.290.2500.08231.363.378.63
HexA6B0EB1D1908e73f4f
Octal246260353353101034777117
Binary101001101011000011101011111011100101000111001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B0EB; }

 p { color: rgb(166,176,235); }

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

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

 a { background-color: rgb(166,176,235); }

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

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

 span { border-color: rgb(166,176,235); }

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