#B094DA

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

Shades of Biloba Flower #B094DA

Tints of Biloba Flower #B094DA

Color information

#B094DA (or 0xB094DA) is unknown color: approx Biloba Flower. HEX triplet: B0, 94 and DA. RGB value is (176,148,218). Sum of RGB (Red+Green+Blue) = 176+148+218=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #B094DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B094DA is #4F6B25. Grayscale: #A4A4A4. Windows color (decimal): -5204774 or 14324912. OLE color: 14324912.

HSL color Cylindrical-coordinate representation of color #B094DA: hue angle of 264º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B094DA is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB176148218-
CMYK0.190.3200.15
HSL264º48.61%71.76%-
HSV(B)264º32.11%85.49%-
XYZ41.1535.4771.01-
YUV164.35158.28136.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 148 (58.20% from 255) = 27.31%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=32.47%
G=27.31%
B=40.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761482180.190.3200.1526448.6171.76
HexB094DA13200F1083148
Octal260224332234001741061110
Binary10110000100101001101101010011100000011111000010001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B094DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B094DA; }

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

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

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

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

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

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

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

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