#B097EE

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

Shades of Biloba Flower #B097EE

Tints of Biloba Flower #B097EE

Color information

#B097EE (or 0xB097EE) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and EE. RGB value is (176,151,238). Sum of RGB (Red+Green+Blue) = 176+151+238=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 151 (59.38% from 255 or 26.73% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #B097EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097EE is #4F6811. Grayscale: #A8A8A8. Windows color (decimal): -5203986 or 15636400. OLE color: 15636400.

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

Color convert

RGB176151238-
CMYK0.260.3700.07
HSL257.24º71.9%76.27%-
HSV(B)257.24º36.55%93.33%-
XYZ44.437.5485.79-
YUV168.39167.28133.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 151 (59.38% from 255) = 26.73%
BLUE value IS 238 (93.36% from 255) = 42.12%
R=31.15%
G=26.73%
B=42.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761512380.260.3700.07257.2471.976.27
HexB097EE1A2507101484c
Octal260227356324507401110114
Binary10110000100101111110111011010100101011110000000110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097EE; }

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

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

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

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

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

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

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

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