#A6BEFD

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

Shades of Perano #A6BEFD

Tints of Perano #A6BEFD

Color information

#A6BEFD (or 0xA6BEFD) is unknown color: approx Perano. HEX triplet: A6, BE and FD. RGB value is (166,190,253). Sum of RGB (Red+Green+Blue) = 166+190+253=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6BEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BEFD is #594102. Grayscale: #BDBDBD. Windows color (decimal): -5849347 or 16629414. OLE color: 16629414.

HSL color Cylindrical-coordinate representation of color #A6BEFD: hue angle of 223.45º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6BEFD is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166190253-
CMYK0.340.2500.01
HSL223.45º95.6%82.16%-
HSV(B)223.45º34.39%99.22%-
XYZ51.8752.03100.24-
YUV190.01163.55110.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.26%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 253 (99.22% from 255) = 41.54%
R=27.26%
G=31.20%
B=41.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661902530.340.2500.01223.4595.682.16
HexA6BEFD221901df6052
Octal246276375423101337140122
Binary10100110101111101111110110001011001011101111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEFD; }

 p { color: rgb(166,190,253); }

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

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

 a { background-color: rgb(166,190,253); }

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

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

 span { border-color: rgb(166,190,253); }

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