#b096ef

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

Shades of Biloba Flower #B096EF

Tints of Biloba Flower #B096EF

Color information

#B096EF (or 0xB096EF) is unknown color: approx Biloba Flower. HEX triplet: B0, 96 and EF. RGB value is (176,150,239). Sum of RGB (Red+Green+Blue) = 176+150+239=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #B096EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B096EF is #4F6910. Grayscale: #A7A7A7. Windows color (decimal): -5204241 or 15701680. OLE color: 15701680.

HSL color Cylindrical-coordinate representation of color #B096EF: hue angle of 257.53º degrees, saturation: 0.74, 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 #B096EF is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176150239-
CMYK0.260.3700.06
HSL257.53º73.55%76.27%-
HSV(B)257.53º37.24%93.73%-
XYZ44.3937.2786.52-
YUV167.92168.11133.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.15%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 239 (93.75% from 255) = 42.30%
R=31.15%
G=26.55%
B=42.30%

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
Decimal1761502390.260.3700.06257.5373.5576.27
HexB096EF1A25061024a4c
Octal260226357324506402112114
Binary10110000100101101110111111010100101011010000001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b096ef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b096ef; }

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

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

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

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

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

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

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

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