#B19CDE

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

Shades of Biloba Flower #B19CDE

Tints of Biloba Flower #B19CDE

Color information

#B19CDE (or 0xB19CDE) is unknown color: approx Biloba Flower. HEX triplet: B1, 9C and DE. RGB value is (177,156,222). Sum of RGB (Red+Green+Blue) = 177+156+222=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 156 (61.33% from 255 or 28.11% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #B19CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CDE is #4E6321. Grayscale: #A9A9A9. Windows color (decimal): -5137186 or 14589105. OLE color: 14589105.

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

Color convert

RGB177156222-
CMYK0.200.3000.13
HSL259.09º50%74.12%-
HSV(B)259.09º29.73%87.06%-
XYZ43.238.474.24-
YUV169.8157.46133.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.89%
GREEN value IS 156 (61.33% from 255) = 28.11%
BLUE value IS 222 (87.11% from 255) = 40%
R=31.89%
G=28.11%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771562220.200.3000.13259.095074.12
HexB19CDE141E0D103324a
Octal261234336243601540362112
Binary1011000110011100110111101010011110011011000000111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19CDE; }

 p { color: rgb(177,156,222); }

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

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

 a { background-color: rgb(177,156,222); }

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

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

 span { border-color: rgb(177,156,222); }

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