#B3AAFD

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

Shades of Perano #B3AAFD

Tints of Perano #B3AAFD

Color information

#B3AAFD (or 0xB3AAFD) is unknown color: approx Perano. HEX triplet: B3, AA and FD. RGB value is (179,170,253). Sum of RGB (Red+Green+Blue) = 179+170+253=602 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.73% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AAFD is #4C5502. Grayscale: #B5B5B5. Windows color (decimal): -5002499 or 16624307. OLE color: 16624307.

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

Color convert

RGB179170253-
CMYK0.290.3300.01
HSL246.51º95.4%82.94%-
HSV(B)246.51º32.81%99.22%-
XYZ50.6945.4399.02-
YUV182.15167.98125.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.73%
GREEN value IS 170 (66.80% from 255) = 28.24%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=29.73%
G=28.24%
B=42.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791702530.290.3300.01246.5195.482.94
HexB3AAFD1D2101f75f53
Octal263252375354101367137123
Binary10110011101010101111110111101100001011111011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAFD; }

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

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

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

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

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

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

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

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