#B499ED

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

Shades of Biloba Flower #B499ED

Tints of Biloba Flower #B499ED

Color information

#B499ED (or 0xB499ED) is unknown color: approx Biloba Flower. HEX triplet: B4, 99 and ED. RGB value is (180,153,237). Sum of RGB (Red+Green+Blue) = 180+153+237=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #B499ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B499ED is #4B6612. Grayscale: #AAAAAA. Windows color (decimal): -4941331 or 15571380. OLE color: 15571380.

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

Color convert

RGB180153237-
CMYK0.240.3500.07
HSL259.29º70%76.47%-
HSV(B)259.29º35.44%92.94%-
XYZ45.538.685.17-
YUV170.65165.45134.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.58%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=31.58%
G=26.84%
B=41.58%

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
Decimal1801532370.240.3500.07259.297076.47
HexB499ED182307103464c
Octal264231355304307403106114
Binary10110100100110011110110111000100011011110000001110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B499ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B499ED; }

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

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

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

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

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

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

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

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