#B097EF

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

Shades of Biloba Flower #B097EF

Tints of Biloba Flower #B097EF

Color information

#B097EF (or 0xB097EF) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and EF. RGB value is (176,151,239). Sum of RGB (Red+Green+Blue) = 176+151+239=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #B097EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097EF is #4F6810. Grayscale: #A8A8A8. Windows color (decimal): -5203985 or 15701936. OLE color: 15701936.

HSL color Cylindrical-coordinate representation of color #B097EF: hue angle of 257.05º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B097EF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176151239-
CMYK0.260.3700.06
HSL257.05º73.33%76.47%-
HSV(B)257.05º36.82%93.73%-
XYZ44.5537.686.57-
YUV168.51167.78133.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 239 (93.75% from 255) = 42.23%
R=31.10%
G=26.68%
B=42.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1761512390.260.3700.06257.0573.3376.47
HexB097EF1A2506101494c
Octal260227357324506401111114
Binary10110000100101111110111111010100101011010000000110010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097EF; }

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

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

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

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

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

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

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

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