#B19BCC

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

Shades of Biloba Flower #B19BCC

Tints of Biloba Flower #B19BCC

Color information

#B19BCC (or 0xB19BCC) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and CC. RGB value is (177,155,204). Sum of RGB (Red+Green+Blue) = 177+155+204=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 204 - color contains mainly: blue. Hex color #B19BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BCC is #4E6433. Grayscale: #A6A6A6. Windows color (decimal): -5137460 or 13409201. OLE color: 13409201.

HSL color Cylindrical-coordinate representation of color #B19BCC: hue angle of 266.94º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19BCC is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177155204-
CMYK0.130.2400.2
HSL266.94º32.45%70.39%-
HSV(B)266.94º24.02%80%-
XYZ40.7537.1562.15-
YUV167.16148.79135.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=33.02%
G=28.92%
B=38.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771552040.130.2400.2266.9432.4570.39
HexB19BCCD1801410b2046
Octal261233314153002441340106
Binary1011000110011011110011001101110000101001000010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BCC; }

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

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

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

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

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

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

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

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