#B199EA

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

Shades of Biloba Flower #B199EA

Tints of Biloba Flower #B199EA

Color information

#B199EA (or 0xB199EA) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and EA. RGB value is (177,153,234). Sum of RGB (Red+Green+Blue) = 177+153+234=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #B199EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B199EA is #4E6615. Grayscale: #A9A9A9. Windows color (decimal): -5137942 or 15374769. OLE color: 15374769.

HSL color Cylindrical-coordinate representation of color #B199EA: hue angle of 257.78º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B199EA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177153234-
CMYK0.240.3500.08
HSL257.78º65.85%75.88%-
HSV(B)257.78º34.62%91.76%-
XYZ44.3738.0782.85-
YUV169.41164.45133.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 153 (60.16% from 255) = 27.13%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=31.38%
G=27.13%
B=41.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771532340.240.3500.08257.7865.8575.88
HexB199EA182308102424c
Octal2612313523043010402102114
Binary101100011001100111101010110001000110100010000001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199EA; }

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

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

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

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

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

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

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

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