#B19DCF

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

Shades of Biloba Flower #B19DCF

Tints of Biloba Flower #B19DCF

Color information

#B19DCF (or 0xB19DCF) is unknown color: approx Biloba Flower. HEX triplet: B1, 9D and CF. RGB value is (177,157,207). Sum of RGB (Red+Green+Blue) = 177+157+207=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 157 (61.72% from 255 or 29.02% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #B19DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DCF is #4E6230. Grayscale: #A8A8A8. Windows color (decimal): -5136945 or 13606321. OLE color: 13606321.

HSL color Cylindrical-coordinate representation of color #B19DCF: hue angle of 264º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19DCF is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177157207-
CMYK0.140.2400.19
HSL264º34.25%71.37%-
HSV(B)264º24.15%81.18%-
XYZ41.4537.9764.17-
YUV168.68149.63133.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.72%
GREEN value IS 157 (61.72% from 255) = 29.02%
BLUE value IS 207 (81.25% from 255) = 38.26%
R=32.72%
G=29.02%
B=38.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771572070.140.2400.1926434.2571.37
HexB19DCFE180131082247
Octal261235317163002341042107
Binary1011000110011101110011111110110000100111000010001000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19DCF; }

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

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

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

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

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

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

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

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