#B1A3E5

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

Shades of Biloba Flower #B1A3E5

Tints of Biloba Flower #B1A3E5

Color information

#B1A3E5 (or 0xB1A3E5) is unknown color: approx Biloba Flower. HEX triplet: B1, A3 and E5. RGB value is (177,163,229). Sum of RGB (Red+Green+Blue) = 177+163+229=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 163 (64.06% from 255 or 28.65% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #B1A3E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A3E5 is #4E5C1A. Grayscale: #AEAEAE. Windows color (decimal): -5135387 or 15049649. OLE color: 15049649.

HSL color Cylindrical-coordinate representation of color #B1A3E5: hue angle of 252.73º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1A3E5 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB177163229-
CMYK0.230.2900.10
HSL252.73º55.93%76.86%-
HSV(B)252.73º28.82%89.8%-
XYZ45.3741.279.69-
YUV174.71158.64129.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.11%
GREEN value IS 163 (64.06% from 255) = 28.65%
BLUE value IS 229 (89.84% from 255) = 40.25%
R=31.11%
G=28.65%
B=40.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1771632290.230.2900.10252.7355.9376.86
HexB1A3E5171D0Afd384d
Octal261243345273501237570115
Binary101100011010001111100101101111110101010111111011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A3E5; }

 p { color: rgb(177,163,229); }

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

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

 a { background-color: rgb(177,163,229); }

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

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

 span { border-color: rgb(177,163,229); }

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