#B19ACD

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

Shades of Biloba Flower #B19ACD

Tints of Biloba Flower #B19ACD

Color information

#B19ACD (or 0xB19ACD) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and CD. RGB value is (177,154,205). Sum of RGB (Red+Green+Blue) = 177+154+205=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 205 - color contains mainly: blue. Hex color #B19ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ACD is #4E6532. Grayscale: #A6A6A6. Windows color (decimal): -5137715 or 13474481. OLE color: 13474481.

HSL color Cylindrical-coordinate representation of color #B19ACD: hue angle of 267.06º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19ACD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177154205-
CMYK0.140.2500.20
HSL267.06º33.77%70.39%-
HSV(B)267.06º24.88%80.39%-
XYZ40.7136.8762.73-
YUV166.69149.62135.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 154 (60.55% from 255) = 28.73%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=33.02%
G=28.73%
B=38.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771542050.140.2500.20267.0633.7770.39
HexB19ACDE1901410b2246
Octal261232315163102441342106
Binary1011000110011010110011011110110010101001000010111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19ACD; }

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

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

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

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

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

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

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

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