#A4BAFE

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

Shades of Perano #A4BAFE

Tints of Perano #A4BAFE

Color information

#A4BAFE (or 0xA4BAFE) is unknown color: approx Perano. HEX triplet: A4, BA and FE. RGB value is (164,186,254). Sum of RGB (Red+Green+Blue) = 164+186+254=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BAFE is #5B4501. Grayscale: #BABABA. Windows color (decimal): -5981442 or 16693924. OLE color: 16693924.

HSL color Cylindrical-coordinate representation of color #A4BAFE: hue angle of 225.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4BAFE is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB164186254-
CMYK0.350.2700.00
HSL225.33º97.83%81.96%-
HSV(B)225.33º35.43%99.61%-
XYZ50.7650.17100.77-
YUV187.17165.71111.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.15%
GREEN value IS 186 (73.05% from 255) = 30.79%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=27.15%
G=30.79%
B=42.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641862540.350.2700.00225.3397.8381.96
HexA4BAFE231B00e16252
Octal244272376433300341142122
Binary10100100101110101111111010001111011001110000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BAFE; }

 p { color: rgb(164,186,254); }

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

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

 a { background-color: rgb(164,186,254); }

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

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

 span { border-color: rgb(164,186,254); }

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