#B19AC8

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

Shades of Biloba Flower #B19AC8

Tints of Biloba Flower #B19AC8

Color information

#B19AC8 (or 0xB19AC8) is unknown color: approx Biloba Flower. HEX triplet: B1, 9A and C8. RGB value is (177,154,200). Sum of RGB (Red+Green+Blue) = 177+154+200=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 200 - color contains mainly: blue. Hex color #B19AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19AC8 is #4E6537. Grayscale: #A5A5A5. Windows color (decimal): -5137720 or 13146801. OLE color: 13146801.

HSL color Cylindrical-coordinate representation of color #B19AC8: hue angle of 270º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19AC8 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177154200-
CMYK0.120.2300.22
HSL270º29.49%69.41%-
HSV(B)270º23%78.43%-
XYZ40.1136.6359.6-
YUV166.12147.12135.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.33%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=33.33%
G=29.00%
B=37.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771542000.120.2300.2227029.4969.41
HexB19AC8C1701610e1d45
Octal261232310142702641635105
Binary101100011001101011001000110010111010110100001110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19AC8; }

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

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

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

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

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

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

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

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