#B089DA

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

Shades of Biloba Flower #B089DA

Tints of Biloba Flower #B089DA

Color information

#B089DA (or 0xB089DA) is unknown color: approx Biloba Flower. HEX triplet: B0, 89 and DA. RGB value is (176,137,218). Sum of RGB (Red+Green+Blue) = 176+137+218=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #B089DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089DA is #4F7625. Grayscale: #9D9D9D. Windows color (decimal): -5207590 or 14322096. OLE color: 14322096.

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

Color convert

RGB176137218-
CMYK0.190.3700.15
HSL268.89º52.26%69.61%-
HSV(B)268.89º37.16%85.49%-
XYZ39.5132.1870.46-
YUV157.9161.92140.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=33.15%
G=25.80%
B=41.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1761372180.190.3700.15268.8952.2669.61
HexB089DA13250F10d3446
Octal260211332234501741564106
Binary10110000100010011101101010011100101011111000011011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089DA; }

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

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

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

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

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

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

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

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