#B09BDB

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

Shades of Biloba Flower #B09BDB

Tints of Biloba Flower #B09BDB

Color information

#B09BDB (or 0xB09BDB) is unknown color: approx Biloba Flower. HEX triplet: B0, 9B and DB. RGB value is (176,155,219). Sum of RGB (Red+Green+Blue) = 176+155+219=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #B09BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BDB is #4F6424. Grayscale: #A8A8A8. Windows color (decimal): -5202981 or 14392240. OLE color: 14392240.

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

Color convert

RGB176155219-
CMYK0.200.2900.14
HSL259.69º47.06%73.33%-
HSV(B)259.69º29.22%85.88%-
XYZ42.4137.7972.08-
YUV168.58156.46133.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=32%
G=28.18%
B=39.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761552190.200.2900.14259.6947.0673.33
HexB09BDB141D0E1042f49
Octal260233333243501640457111
Binary1011000010011011110110111010011101011101000001001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09BDB; }

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

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

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

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

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

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

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

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