#B19AEF

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

Shades of Biloba Flower #B19AEF

Tints of Biloba Flower #B19AEF

Color information

#B19AEF (or 0xB19AEF) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and EF. RGB value is (177,154,239). Sum of RGB (Red+Green+Blue) = 177+154+239=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 154 (60.55% from 255 or 27.02% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #B19AEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AEF is #4E6510. Grayscale: #AAAAAA. Windows color (decimal): -5137681 or 15702705. OLE color: 15702705.

HSL color Cylindrical-coordinate representation of color #B19AEF: hue angle of 256.24º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B19AEF is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177154239-
CMYK0.260.3600.06
HSL256.24º72.65%77.06%-
HSV(B)256.24º35.56%93.73%-
XYZ45.2738.6986.74-
YUV170.57166.62132.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 154 (60.55% from 255) = 27.02%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=31.05%
G=27.02%
B=41.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771542390.260.3600.06256.2472.6577.06
HexB19AEF1A2406100494d
Octal261232357324406400111115
Binary10110001100110101110111111010100100011010000000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AEF; }

 p { color: rgb(177,154,239); }

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

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

 a { background-color: rgb(177,154,239); }

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

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

 span { border-color: rgb(177,154,239); }

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