#B19ADE

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

Shades of Biloba Flower #B19ADE

Tints of Biloba Flower #B19ADE

Color information

#B19ADE (or 0xB19ADE) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and DE. RGB value is (177,154,222). Sum of RGB (Red+Green+Blue) = 177+154+222=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 154 (60.55% from 255 or 27.85% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #B19ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ADE is #4E6521. Grayscale: #A8A8A8. Windows color (decimal): -5137698 or 14588593. OLE color: 14588593.

HSL color Cylindrical-coordinate representation of color #B19ADE: hue angle of 260.29º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B19ADE is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177154222-
CMYK0.200.3100.13
HSL260.29º50.75%73.73%-
HSV(B)260.29º30.63%87.06%-
XYZ42.8737.7374.13-
YUV168.63158.12133.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 154 (60.55% from 255) = 27.85%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=32.01%
G=27.85%
B=40.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771542220.200.3100.13260.2950.7573.73
HexB19ADE141F0D104334a
Octal261232336243701540463112
Binary1011000110011010110111101010011111011011000001001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19ADE; }

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

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

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

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

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

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

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

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