#B1AAFA

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

Shades of Perano #B1AAFA

Tints of Perano #B1AAFA

Color information

#B1AAFA (or 0xB1AAFA) is unknown color: approx Perano. HEX triplet: B1, AA and FA. RGB value is (177,170,250). Sum of RGB (Red+Green+Blue) = 177+170+250=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1AAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAFA is #4E5505. Grayscale: #B4B4B4. Windows color (decimal): -5133574 or 16427697. OLE color: 16427697.

HSL color Cylindrical-coordinate representation of color #B1AAFA: hue angle of 245.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1AAFA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177170250-
CMYK0.290.3200.02
HSL245.25º88.89%82.35%-
HSV(B)245.25º32%98.04%-
XYZ49.764596.51-
YUV181.21166.82125-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.65%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=29.65%
G=28.48%
B=41.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771702500.290.3200.02245.2588.8982.35
HexB1AAFA1D2002f55952
Octal261252372354002365131122
Binary101100011010101011111010111011000000101111010110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AAFA; }

 p { color: rgb(177,170,250); }

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

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

 a { background-color: rgb(177,170,250); }

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

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

 span { border-color: rgb(177,170,250); }

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