#A6BFF4

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

Shades of Perano #A6BFF4

Tints of Perano #A6BFF4

Color information

#A6BFF4 (or 0xA6BFF4) is unknown color: approx Perano. HEX triplet: A6, BF and F4. RGB value is (166,191,244). Sum of RGB (Red+Green+Blue) = 166+191+244=601 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.62% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #A6BFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFF4 is #59400B. Grayscale: #BDBDBD. Windows color (decimal): -5849100 or 16039846. OLE color: 16039846.

HSL color Cylindrical-coordinate representation of color #A6BFF4: hue angle of 220.77º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6BFF4 is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166191244-
CMYK0.320.2200.04
HSL220.77º78%80.39%-
HSV(B)220.77º31.97%95.69%-
XYZ50.6951.992.93-
YUV189.57158.72111.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.62%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 244 (95.70% from 255) = 40.60%
R=27.62%
G=31.78%
B=40.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1661912440.320.2200.04220.777880.39
HexA6BFF4201604dd4e50
Octal246277364402604335116120
Binary1010011010111111111101001000001011001001101110110011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFF4; }

 p { color: rgb(166,191,244); }

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

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

 a { background-color: rgb(166,191,244); }

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

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

 span { border-color: rgb(166,191,244); }

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