#B19DDF

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

Shades of Biloba Flower #B19DDF

Tints of Biloba Flower #B19DDF

Color information

#B19DDF (or 0xB19DDF) is unknown color: approx Biloba Flower. HEX triplet: B1, 9D and DF. RGB value is (177,157,223). Sum of RGB (Red+Green+Blue) = 177+157+223=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #B19DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DDF is #4E6220. Grayscale: #AAAAAA. Windows color (decimal): -5136929 or 14654897. OLE color: 14654897.

HSL color Cylindrical-coordinate representation of color #B19DDF: hue angle of 258.18º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B19DDF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177157223-
CMYK0.210.3000.13
HSL258.18º50.77%74.51%-
HSV(B)258.18º29.6%87.45%-
XYZ43.5138.7975.01-
YUV170.5157.63132.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.78%
GREEN value IS 157 (61.72% from 255) = 28.19%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=31.78%
G=28.19%
B=40.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771572230.210.3000.13258.1850.7774.51
HexB19DDF151E0D102334b
Octal261235337253601540263113
Binary1011000110011101110111111010111110011011000000101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DDF; }

 p { color: rgb(177,157,223); }

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

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

 a { background-color: rgb(177,157,223); }

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

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

 span { border-color: rgb(177,157,223); }

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