#A4BDFB

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

Shades of Perano #A4BDFB

Tints of Perano #A4BDFB

Color information

#A4BDFB (or 0xA4BDFB) is unknown color: approx Perano. HEX triplet: A4, BD and FB. RGB value is (164,189,251). Sum of RGB (Red+Green+Blue) = 164+189+251=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4BDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BDFB is #5B4204. Grayscale: #BCBCBC. Windows color (decimal): -5980677 or 16498084. OLE color: 16498084.

HSL color Cylindrical-coordinate representation of color #A4BDFB: hue angle of 222.76º 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 #A4BDFB is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164189251-
CMYK0.350.2500.02
HSL222.76º91.58%81.37%-
HSV(B)222.76º34.66%98.43%-
XYZ50.9251.2598.48-
YUV188.59163.22110.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.15%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=27.15%
G=31.29%
B=41.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1641892510.350.2500.02222.7691.5881.37
HexA4BDFB231902df5c51
Octal244275373433102337134121
Binary101001001011110111111011100011110010101101111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDFB; }

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

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

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

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

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

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

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

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