#A6B2FC

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

Shades of Perano #A6B2FC

Tints of Perano #A6B2FC

Color information

#A6B2FC (or 0xA6B2FC) is unknown color: approx Perano. HEX triplet: A6, B2 and FC. RGB value is (166,178,252). Sum of RGB (Red+Green+Blue) = 166+178+252=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 252 (98.83% from 255 or 42.28% from 596); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6B2FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6B2FC is #594D03. Grayscale: #B6B6B6. Windows color (decimal): -5852420 or 16560806. OLE color: 16560806.

HSL color Cylindrical-coordinate representation of color #A6B2FC: hue angle of 231.63º degrees, saturation: 0.93, 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 #A6B2FC is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166178252-
CMYK0.340.2900.01
HSL231.63º93.48%81.96%-
HSV(B)231.63º34.13%98.82%-
XYZ49.2246.9898.57-
YUV182.85167.02115.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.85%
GREEN value IS 178 (69.92% from 255) = 29.87%
BLUE value IS 252 (98.83% from 255) = 42.28%
R=27.85%
G=29.87%
B=42.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661782520.340.2900.01231.6393.4881.96
HexA6B2FC221D01e85d52
Octal246262374423501350135122
Binary10100110101100101111110010001011101011110100010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B2FC; }

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

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

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

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

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

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

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

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