#B199EC

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

Shades of Biloba Flower #B199EC

Tints of Biloba Flower #B199EC

Color information

#B199EC (or 0xB199EC) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and EC. RGB value is (177,153,236). Sum of RGB (Red+Green+Blue) = 177+153+236=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #B199EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199EC is #4E6613. Grayscale: #A9A9A9. Windows color (decimal): -5137940 or 15505841. OLE color: 15505841.

HSL color Cylindrical-coordinate representation of color #B199EC: hue angle of 257.35º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B199EC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177153236-
CMYK0.250.3500.07
HSL257.35º68.6%76.27%-
HSV(B)257.35º35.17%92.55%-
XYZ44.6638.1984.37-
YUV169.64165.45133.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 153 (60.16% from 255) = 27.03%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=31.27%
G=27.03%
B=41.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771532360.250.3500.07257.3568.676.27
HexB199EC192307101454c
Octal261231354314307401105114
Binary10110001100110011110110011001100011011110000000110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199EC; }

 p { color: rgb(177,153,236); }

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

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

 a { background-color: rgb(177,153,236); }

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

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

 span { border-color: rgb(177,153,236); }

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