#B497ED

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

Shades of Biloba Flower #B497ED

Tints of Biloba Flower #B497ED

Color information

#B497ED (or 0xB497ED) is unknown color: approx Biloba Flower. HEX triplet: B4, 97 and ED. RGB value is (180,151,237). Sum of RGB (Red+Green+Blue) = 180+151+237=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 151 (59.38% from 255 or 26.58% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #B497ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497ED is #4B6812. Grayscale: #A9A9A9. Windows color (decimal): -4941843 or 15570868. OLE color: 15570868.

HSL color Cylindrical-coordinate representation of color #B497ED: hue angle of 260.23º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B497ED is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180151237-
CMYK0.240.3600.07
HSL260.23º70.49%76.08%-
HSV(B)260.23º36.29%92.94%-
XYZ45.1837.9585.07-
YUV169.48166.11135.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 151 (59.38% from 255) = 26.58%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=31.69%
G=26.58%
B=41.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801512370.240.3600.07260.2370.4976.08
HexB497ED182407104464c
Octal264227355304407404106114
Binary10110100100101111110110111000100100011110000010010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497ED; }

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

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

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

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

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

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

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

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