#B1AAF3

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

Shades of Perano #B1AAF3

Tints of Perano #B1AAF3

Color information

#B1AAF3 (or 0xB1AAF3) is unknown color: approx Perano. HEX triplet: B1, AA and F3. RGB value is (177,170,243). Sum of RGB (Red+Green+Blue) = 177+170+243=590 (78% of max value = 765). Red value is 177 (69.53% from 255 or 30% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 243 (95.31% from 255 or 41.19% from 590); Max value from RGB is 243 - color contains mainly: blue. Hex color #B1AAF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AAF3 is #4E550C. Grayscale: #B4B4B4. Windows color (decimal): -5133581 or 15968945. OLE color: 15968945.

HSL color Cylindrical-coordinate representation of color #B1AAF3: hue angle of 245.75º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1AAF3 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177170243-
CMYK0.270.3000.05
HSL245.75º75.26%80.98%-
HSV(B)245.75º30.04%95.29%-
XYZ48.6844.5790.83-
YUV180.42163.32125.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30%
GREEN value IS 170 (66.80% from 255) = 28.81%
BLUE value IS 243 (95.31% from 255) = 41.19%
R=30%
G=28.81%
B=41.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771702430.270.3000.05245.7575.2680.98
HexB1AAF31B1E05f64b51
Octal261252363333605366113121
Binary101100011010101011110011110111111001011111011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AAF3; }

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

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

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

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

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

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

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

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