#B089D1

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

Shades of Biloba Flower #B089D1

Tints of Biloba Flower #B089D1

Color information

#B089D1 (or 0xB089D1) is unknown color: approx Biloba Flower. HEX triplet: B0, 89 and D1. RGB value is (176,137,209). Sum of RGB (Red+Green+Blue) = 176+137+209=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #B089D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B089D1 is #4F762E. Grayscale: #9C9C9C. Windows color (decimal): -5207599 or 13732272. OLE color: 13732272.

HSL color Cylindrical-coordinate representation of color #B089D1: hue angle of 272.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B089D1 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176137209-
CMYK0.160.3400.18
HSL272.5º43.9%67.84%-
HSV(B)272.5º34.45%81.96%-
XYZ38.3631.7264.42-
YUV156.87157.42141.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 137 (53.91% from 255) = 26.25%
BLUE value IS 209 (82.03% from 255) = 40.04%
R=33.72%
G=26.25%
B=40.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761372090.160.3400.18272.543.967.84
HexB089D110220121102c44
Octal260211321204202242054104
Binary101100001000100111010001100001000100100101000100001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B089D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B089D1; }

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

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

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

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

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

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

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

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