#B19AED

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

Shades of Biloba Flower #B19AED

Tints of Biloba Flower #B19AED

Color information

#B19AED (or 0xB19AED) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and ED. RGB value is (177,154,237). Sum of RGB (Red+Green+Blue) = 177+154+237=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 154 (60.55% from 255 or 27.11% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #B19AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B19AED is #4E6512. Grayscale: #AAAAAA. Windows color (decimal): -5137683 or 15571633. OLE color: 15571633.

HSL color Cylindrical-coordinate representation of color #B19AED: hue angle of 256.63º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B19AED is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177154237-
CMYK0.250.3500.07
HSL256.63º69.75%76.67%-
HSV(B)256.63º35.02%92.94%-
XYZ44.9738.5785.2-
YUV170.34165.62132.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.16%
GREEN value IS 154 (60.55% from 255) = 27.11%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=31.16%
G=27.11%
B=41.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771542370.250.3500.07256.6369.7576.67
HexB19AED192307101464d
Octal261232355314307401106115
Binary10110001100110101110110111001100011011110000000110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AED; }

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

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

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

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

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

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

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

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