#B499EC

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

Shades of Biloba Flower #B499EC

Tints of Biloba Flower #B499EC

Color information

#B499EC (or 0xB499EC) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and EC. RGB value is (180,153,236). Sum of RGB (Red+Green+Blue) = 180+153+236=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #B499EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499EC is #4B6613. Grayscale: #AAAAAA. Windows color (decimal): -4941332 or 15505844. OLE color: 15505844.

HSL color Cylindrical-coordinate representation of color #B499EC: hue angle of 259.52º 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 #B499EC is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180153236-
CMYK0.240.3500.07
HSL259.52º68.6%76.27%-
HSV(B)259.52º35.17%92.55%-
XYZ45.3538.5484.41-
YUV170.54164.95134.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.63%
GREEN value IS 153 (60.16% from 255) = 26.89%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=31.63%
G=26.89%
B=41.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801532360.240.3500.07259.5268.676.27
HexB499EC182307104454c
Octal264231354304307404105114
Binary10110100100110011110110011000100011011110000010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499EC; }

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

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

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

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

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

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

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

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