#B3AEF5

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

Shades of Perano #B3AEF5

Tints of Perano #B3AEF5

Color information

#B3AEF5 (or 0xB3AEF5) is unknown color: approx Perano. HEX triplet: B3, AE and F5. RGB value is (179,174,245). Sum of RGB (Red+Green+Blue) = 179+174+245=598 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.93% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #B3AEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AEF5 is #4C510A. Grayscale: #B7B7B7. Windows color (decimal): -5001483 or 16101043. OLE color: 16101043.

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

Color convert

RGB179174245-
CMYK0.270.2900.04
HSL244.23º78.02%82.16%-
HSV(B)244.23º28.98%96.08%-
XYZ50.2146.4592.71-
YUV183.59162.66124.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.93%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 245 (96.09% from 255) = 40.97%
R=29.93%
G=29.10%
B=40.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1791742450.270.2900.04244.2378.0282.16
HexB3AEF51B1D04f44e52
Octal263256365333504364116122
Binary101100111010111011110101110111110101001111010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEF5; }

 p { color: rgb(179,174,245); }

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

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

 a { background-color: rgb(179,174,245); }

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

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

 span { border-color: rgb(179,174,245); }

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