#B094DF

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

Shades of Biloba Flower #B094DF

Tints of Biloba Flower #B094DF

Color information

#B094DF (or 0xB094DF) is unknown color: approx Biloba Flower. HEX triplet: B0, 94 and DF. RGB value is (176,148,223). Sum of RGB (Red+Green+Blue) = 176+148+223=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B094DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B094DF is #4F6B20. Grayscale: #A4A4A4. Windows color (decimal): -5204769 or 14652592. OLE color: 14652592.

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

Color convert

RGB176148223-
CMYK0.210.3400.13
HSL262.4º53.96%72.75%-
HSV(B)262.4º33.63%87.45%-
XYZ41.8135.7474.51-
YUV164.92160.78135.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 148 (58.20% from 255) = 27.06%
BLUE value IS 223 (87.5% from 255) = 40.77%
R=32.18%
G=27.06%
B=40.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1761482230.210.3400.13262.453.9672.75
HexB094DF15220D1063649
Octal260224337254201540666111
Binary10110000100101001101111110101100010011011000001101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094DF; }

 p { color: rgb(176,148,223); }

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

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

 a { background-color: rgb(176,148,223); }

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

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

 span { border-color: rgb(176,148,223); }

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