#B497EB

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

Shades of Biloba Flower #B497EB

Tints of Biloba Flower #B497EB

Color information

#B497EB (or 0xB497EB) is unknown color: approx Biloba Flower. HEX triplet: B4, 97 and EB. RGB value is (180,151,235). Sum of RGB (Red+Green+Blue) = 180+151+235=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #B497EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B497EB is #4B6814. Grayscale: #A8A8A8. Windows color (decimal): -4941845 or 15439796. OLE color: 15439796.

HSL color Cylindrical-coordinate representation of color #B497EB: hue angle of 260.71º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B497EB is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180151235-
CMYK0.230.3600.08
HSL260.71º67.74%75.69%-
HSV(B)260.71º35.74%92.16%-
XYZ44.8837.8383.53-
YUV169.25165.11135.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.80%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=31.80%
G=26.68%
B=41.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801512350.230.3600.08260.7167.7475.69
HexB497EB172408105444c
Octal2642273532744010405104114
Binary101101001001011111101011101111001000100010000010110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B497EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B497EB; }

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

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

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

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

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

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

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

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