#B19ACC

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

Shades of Biloba Flower #B19ACC

Tints of Biloba Flower #B19ACC

Color information

#B19ACC (or 0xB19ACC) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and CC. RGB value is (177,154,204). Sum of RGB (Red+Green+Blue) = 177+154+204=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 204 - color contains mainly: blue. Hex color #B19ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ACC is #4E6533. Grayscale: #A6A6A6. Windows color (decimal): -5137716 or 13408945. OLE color: 13408945.

HSL color Cylindrical-coordinate representation of color #B19ACC: hue angle of 267.6º degrees, saturation: 0.33, 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 #B19ACC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177154204-
CMYK0.130.2500.2
HSL267.6º32.89%70.2%-
HSV(B)267.6º24.51%80%-
XYZ40.5936.8262.09-
YUV166.58149.12135.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 204 (80.08% from 255) = 38.13%
R=33.08%
G=28.79%
B=38.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771542040.130.2500.2267.632.8970.2
HexB19ACCD1901410c2146
Octal261232314153102441441106
Binary1011000110011010110011001101110010101001000011001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19ACC; }

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

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

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

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

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

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

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

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