#B19ADB

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

Shades of Biloba Flower #B19ADB

Tints of Biloba Flower #B19ADB

Color information

#B19ADB (or 0xB19ADB) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and DB. RGB value is (177,154,219). Sum of RGB (Red+Green+Blue) = 177+154+219=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #B19ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ADB is #4E6524. Grayscale: #A8A8A8. Windows color (decimal): -5137701 or 14391985. OLE color: 14391985.

HSL color Cylindrical-coordinate representation of color #B19ADB: hue angle of 261.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19ADB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177154219-
CMYK0.190.3000.14
HSL261.23º47.45%73.14%-
HSV(B)261.23º29.68%85.88%-
XYZ42.4737.5772.03-
YUV168.29156.62134.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=32.18%
G=28%
B=39.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771542190.190.3000.14261.2347.4573.14
HexB19ADB131E0E1052f49
Octal261232333233601640557111
Binary1011000110011010110110111001111110011101000001011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19ADB; }

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

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

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

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

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

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

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

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