#B096DE

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

Shades of Biloba Flower #B096DE

Tints of Biloba Flower #B096DE

Color information

#B096DE (or 0xB096DE) is unknown color: approx Biloba Flower. HEX triplet: B0, 96 and DE. RGB value is (176,150,222). Sum of RGB (Red+Green+Blue) = 176+150+222=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 222 - color contains mainly: blue. Hex color #B096DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B096DE is #4F6921. Grayscale: #A5A5A5. Windows color (decimal): -5204258 or 14587568. OLE color: 14587568.

HSL color Cylindrical-coordinate representation of color #B096DE: hue angle of 261.67º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B096DE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB176150222-
CMYK0.210.3200.13
HSL261.67º52.17%72.94%-
HSV(B)261.67º32.43%87.06%-
XYZ4236.3273.9-
YUV165.98159.61135.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 150 (58.98% from 255) = 27.37%
BLUE value IS 222 (87.11% from 255) = 40.51%
R=32.12%
G=27.37%
B=40.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761502220.210.3200.13261.6752.1772.94
HexB096DE15200D1063449
Octal260226336254001540664111
Binary10110000100101101101111010101100000011011000001101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B096DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B096DE; }

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

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

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

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

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

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

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

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