#B3AEFD

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

Shades of Perano #B3AEFD

Tints of Perano #B3AEFD

Color information

#B3AEFD (or 0xB3AEFD) is unknown color: approx Perano. HEX triplet: B3, AE and FD. RGB value is (179,174,253). Sum of RGB (Red+Green+Blue) = 179+174+253=606 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.54% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AEFD is #4C5102. Grayscale: #B8B8B8. Windows color (decimal): -5001475 or 16625331. OLE color: 16625331.

HSL color Cylindrical-coordinate representation of color #B3AEFD: hue angle of 243.8º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3AEFD is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179174253-
CMYK0.290.3100.01
HSL243.8º95.18%83.73%-
HSV(B)243.8º31.23%99.22%-
XYZ51.4646.9599.28-
YUV184.5166.66124.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.54%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=29.54%
G=28.71%
B=41.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791742530.290.3100.01243.895.1883.73
HexB3AEFD1D1F01f45f54
Octal263256375353701364137124
Binary1011001110101110111111011110111111011111010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AEFD; }

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

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

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

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

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

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

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

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