#B19AD8

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

Shades of Biloba Flower #B19AD8

Tints of Biloba Flower #B19AD8

Color information

#B19AD8 (or 0xB19AD8) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and D8. RGB value is (177,154,216). Sum of RGB (Red+Green+Blue) = 177+154+216=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #B19AD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19AD8 is #4E6527. Grayscale: #A7A7A7. Windows color (decimal): -5137704 or 14195377. OLE color: 14195377.

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

Color convert

RGB177154216-
CMYK0.180.2900.15
HSL262.26º44.29%72.55%-
HSV(B)262.26º28.7%84.71%-
XYZ42.0837.4269.97-
YUV167.94155.12134.46-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=32.36%
G=28.15%
B=39.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771542160.180.2900.15262.2644.2972.55
HexB19AD8121D0F1062c49
Octal261232330223501740654111
Binary1011000110011010110110001001011101011111000001101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AD8; }

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

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

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

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

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

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

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

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