#A6BFFB

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

Shades of Perano #A6BFFB

Tints of Perano #A6BFFB

Color information

#A6BFFB (or 0xA6BFFB) is unknown color: approx Perano. HEX triplet: A6, BF and FB. RGB value is (166,191,251). Sum of RGB (Red+Green+Blue) = 166+191+251=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6BFFB is #594004. Grayscale: #BEBEBE. Windows color (decimal): -5849093 or 16498598. OLE color: 16498598.

HSL color Cylindrical-coordinate representation of color #A6BFFB: hue angle of 222.35º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6BFFB is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166191251-
CMYK0.340.2400.02
HSL222.35º91.4%81.76%-
HSV(B)222.35º33.86%98.43%-
XYZ51.7752.3398.64-
YUV190.36162.22110.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.30%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 251 (98.44% from 255) = 41.28%
R=27.30%
G=31.41%
B=41.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661912510.340.2400.02222.3591.481.76
HexA6BFFB221802de5b52
Octal246277373423002336133122
Binary101001101011111111111011100010110000101101111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFFB; }

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

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

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

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

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

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

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

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