#B499EB

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

Shades of Biloba Flower #B499EB

Tints of Biloba Flower #B499EB

Color information

#B499EB (or 0xB499EB) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and EB. RGB value is (180,153,235). Sum of RGB (Red+Green+Blue) = 180+153+235=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #B499EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499EB is #4B6614. Grayscale: #AAAAAA. Windows color (decimal): -4941333 or 15440308. OLE color: 15440308.

HSL color Cylindrical-coordinate representation of color #B499EB: hue angle of 259.76º degrees, saturation: 0.67, 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 #B499EB is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180153235-
CMYK0.230.3500.08
HSL259.76º67.21%76.08%-
HSV(B)259.76º34.89%92.16%-
XYZ45.2138.4883.64-
YUV170.42164.45134.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=31.69%
G=26.94%
B=41.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801532350.230.3500.08259.7667.2176.08
HexB499EB172308104434c
Octal2642313532743010404103114
Binary101101001001100111101011101111000110100010000010010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499EB; }

 p { color: rgb(180,153,235); }

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

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

 a { background-color: rgb(180,153,235); }

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

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

 span { border-color: rgb(180,153,235); }

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