#B194DE

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

Shades of Biloba Flower #B194DE

Tints of Biloba Flower #B194DE

Color information

#B194DE (or 0xB194DE) is unknown color: approx Biloba Flower. HEX triplet: B1, 94 and DE. RGB value is (177,148,222). Sum of RGB (Red+Green+Blue) = 177+148+222=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #B194DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194DE is #4E6B21. Grayscale: #A4A4A4. Windows color (decimal): -5139234 or 14587057. OLE color: 14587057.

HSL color Cylindrical-coordinate representation of color #B194DE: hue angle of 263.51º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B194DE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177148222-
CMYK0.200.3300.13
HSL263.51º52.86%72.55%-
HSV(B)263.51º33.33%87.06%-
XYZ41.9135.873.81-
YUV165.11160.11136.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.36%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=32.36%
G=27.06%
B=40.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771482220.200.3300.13263.5152.8672.55
HexB194DE14210D1083549
Octal261224336244101541065111
Binary10110001100101001101111010100100001011011000010001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B194DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B194DE; }

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

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

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

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

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

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

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

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