#B089DB

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

Shades of Biloba Flower #B089DB

Tints of Biloba Flower #B089DB

Color information

#B089DB (or 0xB089DB) is unknown color: approx Biloba Flower. HEX triplet: B0, 89 and DB. RGB value is (176,137,219). Sum of RGB (Red+Green+Blue) = 176+137+219=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #B089DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089DB is #4F7624. Grayscale: #9D9D9D. Windows color (decimal): -5207589 or 14387632. OLE color: 14387632.

HSL color Cylindrical-coordinate representation of color #B089DB: hue angle of 268.54º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B089DB is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB176137219-
CMYK0.200.3700.14
HSL268.54º53.25%69.8%-
HSV(B)268.54º37.44%85.88%-
XYZ39.6432.2471.15-
YUV158.01162.42140.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.08%
GREEN value IS 137 (53.91% from 255) = 25.75%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=33.08%
G=25.75%
B=41.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761372190.200.3700.14268.5453.2569.8
HexB089DB14250E10d3546
Octal260211333244501641565106
Binary10110000100010011101101110100100101011101000011011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089DB; }

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

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

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

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

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

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

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

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