#B19BDC

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

Shades of Biloba Flower #B19BDC

Tints of Biloba Flower #B19BDC

Color information

#B19BDC (or 0xB19BDC) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and DC. RGB value is (177,155,220). Sum of RGB (Red+Green+Blue) = 177+155+220=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #B19BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BDC is #4E6423. Grayscale: #A8A8A8. Windows color (decimal): -5137444 or 14457777. OLE color: 14457777.

HSL color Cylindrical-coordinate representation of color #B19BDC: hue angle of 260.31º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19BDC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177155220-
CMYK0.200.3000.14
HSL260.31º48.15%73.53%-
HSV(B)260.31º29.55%86.27%-
XYZ42.7737.9672.78-
YUV168.99156.79133.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 155 (60.94% from 255) = 28.08%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=32.07%
G=28.08%
B=39.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771552200.200.3000.14260.3148.1573.53
HexB19BDC141E0E104304a
Octal261233334243601640460112
Binary1011000110011011110111001010011110011101000001001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BDC; }

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

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

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

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

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

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

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

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