#B091DB

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

Shades of Biloba Flower #B091DB

Tints of Biloba Flower #B091DB

Color information

#B091DB (or 0xB091DB) is unknown color: approx Biloba Flower. HEX triplet: B0, 91 and DB. RGB value is (176,145,219). Sum of RGB (Red+Green+Blue) = 176+145+219=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #B091DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091DB is #4F6E24. Grayscale: #A2A2A2. Windows color (decimal): -5205541 or 14389680. OLE color: 14389680.

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

Color convert

RGB176145219-
CMYK0.200.3400.14
HSL265.14º50.68%71.37%-
HSV(B)265.14º33.79%85.88%-
XYZ40.8234.671.54-
YUV162.7159.77137.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.59%
GREEN value IS 145 (57.03% from 255) = 26.85%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=32.59%
G=26.85%
B=40.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761452190.200.3400.14265.1450.6871.37
HexB091DB14220E1093347
Octal260221333244201641163107
Binary10110000100100011101101110100100010011101000010011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B091DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B091DB; }

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

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

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

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

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

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

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

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