#B097ED

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

Shades of Biloba Flower #B097ED

Tints of Biloba Flower #B097ED

Color information

#B097ED (or 0xB097ED) is unknown color: approx Biloba Flower. HEX triplet: B0, 97 and ED. RGB value is (176,151,237). Sum of RGB (Red+Green+Blue) = 176+151+237=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #B097ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B097ED is #4F6812. Grayscale: #A7A7A7. Windows color (decimal): -5203987 or 15570864. OLE color: 15570864.

HSL color Cylindrical-coordinate representation of color #B097ED: hue angle of 257.44º 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 #B097ED is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176151237-
CMYK0.260.3600.07
HSL257.44º70.49%76.08%-
HSV(B)257.44º36.29%92.94%-
XYZ44.2637.4885.02-
YUV168.28166.78133.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.21%
GREEN value IS 151 (59.38% from 255) = 26.77%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=31.21%
G=26.77%
B=42.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761512370.260.3600.07257.4470.4976.08
HexB097ED1A2407101464c
Octal260227355324407401106114
Binary10110000100101111110110111010100100011110000000110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B097ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B097ED; }

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

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

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

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

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

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

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

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