#B3AAF8

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

Shades of Perano #B3AAF8

Tints of Perano #B3AAF8

Color information

#B3AAF8 (or 0xB3AAF8) is unknown color: approx Perano. HEX triplet: B3, AA and F8. RGB value is (179,170,248). Sum of RGB (Red+Green+Blue) = 179+170+248=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 248 (97.27% from 255 or 41.54% from 597); Max value from RGB is 248 - color contains mainly: blue. Hex color #B3AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AAF8 is #4C5507. Grayscale: #B5B5B5. Windows color (decimal): -5002504 or 16296627. OLE color: 16296627.

HSL color Cylindrical-coordinate representation of color #B3AAF8: hue angle of 246.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3AAF8 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB179170248-
CMYK0.280.3100.03
HSL246.92º84.78%81.96%-
HSV(B)246.92º31.45%97.25%-
XYZ49.9145.1194.88-
YUV181.58165.48126.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.98%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 248 (97.27% from 255) = 41.54%
R=29.98%
G=28.48%
B=41.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1791702480.280.3100.03246.9284.7881.96
HexB3AAF81C1F03f75552
Octal263252370343703367125122
Binary10110011101010101111100011100111110111111011110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAF8; }

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

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

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

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

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

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

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

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