#A6B2ED

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

Shades of Perano #A6B2ED

Tints of Perano #A6B2ED

Color information

#A6B2ED (or 0xA6B2ED) is unknown color: approx Perano. HEX triplet: A6, B2 and ED. RGB value is (166,178,237). Sum of RGB (Red+Green+Blue) = 166+178+237=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6B2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6B2ED is #594D12. Grayscale: #B4B4B4. Windows color (decimal): -5852435 or 15577766. OLE color: 15577766.

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

Color convert

RGB166178237-
CMYK0.300.2500.07
HSL229.86º66.36%79.02%-
HSV(B)229.86º29.96%92.94%-
XYZ46.9346.0686.54-
YUV181.14159.52117.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.57%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 237 (92.97% from 255) = 40.79%
R=28.57%
G=30.64%
B=40.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661782370.300.2500.07229.8666.3679.02
HexA6B2ED1E1907e6424f
Octal246262355363107346102117
Binary101001101011001011101101111101100101111110011010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B2ED; }

 p { color: rgb(166,178,237); }

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

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

 a { background-color: rgb(166,178,237); }

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

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

 span { border-color: rgb(166,178,237); }

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