#B499FE

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

Shades of Biloba Flower #B499FE

Tints of Biloba Flower #B499FE

Color information

#B499FE (or 0xB499FE) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and FE. RGB value is (180,153,254). Sum of RGB (Red+Green+Blue) = 180+153+254=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #B499FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499FE is #4B6601. Grayscale: #ACACAC. Windows color (decimal): -4941314 or 16685492. OLE color: 16685492.

HSL color Cylindrical-coordinate representation of color #B499FE: hue angle of 256.04º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B499FE is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB180153254-
CMYK0.290.4000.00
HSL256.04º98.06%79.8%-
HSV(B)256.04º39.76%99.61%-
XYZ48.139.6498.88-
YUV172.59173.95133.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.66%
GREEN value IS 153 (60.16% from 255) = 26.06%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=30.66%
G=26.06%
B=43.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1801532540.290.4000.00256.0498.0679.8
HexB499FE1D28001006250
Octal264231376355000400142120
Binary101101001001100111111110111011010000010000000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499FE; }

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

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

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

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

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

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

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

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