#A6B9FE

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

Shades of Perano #A6B9FE

Tints of Perano #A6B9FE

Color information

#A6B9FE (or 0xA6B9FE) is unknown color: approx Perano. HEX triplet: A6, B9 and FE. RGB value is (166,185,254). Sum of RGB (Red+Green+Blue) = 166+185+254=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6B9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6B9FE is #594601. Grayscale: #BABABA. Windows color (decimal): -5850626 or 16693670. OLE color: 16693670.

HSL color Cylindrical-coordinate representation of color #A6B9FE: hue angle of 227.05º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6B9FE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB166185254-
CMYK0.350.2700.00
HSL227.05º97.78%82.35%-
HSV(B)227.05º34.65%99.61%-
XYZ50.9649.96100.72-
YUV187.18165.71112.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.44%
GREEN value IS 185 (72.66% from 255) = 30.58%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=27.44%
G=30.58%
B=41.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661852540.350.2700.00227.0597.7882.35
HexA6B9FE231B00e36252
Octal246271376433300343142122
Binary10100110101110011111111010001111011001110001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9FE; }

 p { color: rgb(166,185,254); }

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

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

 a { background-color: rgb(166,185,254); }

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

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

 span { border-color: rgb(166,185,254); }

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