#B097E1

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

Shades of Biloba Flower #B097E1

Tints of Biloba Flower #B097E1

Color information

#B097E1 (or 0xB097E1) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and E1. RGB value is (176,151,225). Sum of RGB (Red+Green+Blue) = 176+151+225=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #B097E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097E1 is #4F681E. Grayscale: #A6A6A6. Windows color (decimal): -5203999 or 14784432. OLE color: 14784432.

HSL color Cylindrical-coordinate representation of color #B097E1: hue angle of 260.27º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B097E1 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB176151225-
CMYK0.220.3300.12
HSL260.27º55.22%73.73%-
HSV(B)260.27º32.89%88.24%-
XYZ42.5636.876.09-
YUV166.91160.78134.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.88%
GREEN value IS 151 (59.38% from 255) = 27.36%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=31.88%
G=27.36%
B=40.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1761512250.220.3300.12260.2755.2273.73
HexB097E116210C104374a
Octal260227341264101440467112
Binary10110000100101111110000110110100001011001000001001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097E1; }

 p { color: rgb(176,151,225); }

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

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

 a { background-color: rgb(176,151,225); }

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

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

 span { border-color: rgb(176,151,225); }

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