#A4BFFB

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

Shades of Perano #A4BFFB

Tints of Perano #A4BFFB

Color information

#A4BFFB (or 0xA4BFFB) is unknown color: approx Perano. HEX triplet: A4, BF and FB. RGB value is (164,191,251). Sum of RGB (Red+Green+Blue) = 164+191+251=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4BFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BFFB is #5B4004. Grayscale: #BDBDBD. Windows color (decimal): -5980165 or 16498596. OLE color: 16498596.

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

Color convert

RGB164191251-
CMYK0.350.2400.02
HSL221.38º91.58%81.37%-
HSV(B)221.38º34.66%98.43%-
XYZ51.3552.1298.62-
YUV189.77162.55109.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.06%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=27.06%
G=31.52%
B=41.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641912510.350.2400.02221.3891.5881.37
HexA4BFFB231802dd5c51
Octal244277373433002335134121
Binary101001001011111111111011100011110000101101110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFFB; }

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

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

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

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

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

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

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

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