#B19BD8

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

Shades of Biloba Flower #B19BD8

Tints of Biloba Flower #B19BD8

Color information

#B19BD8 (or 0xB19BD8) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and D8. RGB value is (177,155,216). Sum of RGB (Red+Green+Blue) = 177+155+216=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #B19BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BD8 is #4E6427. Grayscale: #A8A8A8. Windows color (decimal): -5137448 or 14195633. OLE color: 14195633.

HSL color Cylindrical-coordinate representation of color #B19BD8: hue angle of 261.64º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B19BD8 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177155216-
CMYK0.180.2800.15
HSL261.64º43.88%72.75%-
HSV(B)261.64º28.24%84.71%-
XYZ42.2537.7570.03-
YUV168.53154.79134.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.30%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 216 (84.77% from 255) = 39.42%
R=32.30%
G=28.28%
B=39.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771552160.180.2800.15261.6443.8872.75
HexB19BD8121C0F1062c49
Octal261233330223401740654111
Binary1011000110011011110110001001011100011111000001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BD8; }

 p { color: rgb(177,155,216); }

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

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

 a { background-color: rgb(177,155,216); }

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

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

 span { border-color: rgb(177,155,216); }

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