#B99BDB

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

Shades of Biloba Flower #B99BDB

Tints of Biloba Flower #B99BDB

Color information

#B99BDB (or 0xB99BDB) is unknown color: approx Biloba Flower. HEX triplet: B9, 9B and DB. RGB value is (185,155,219). Sum of RGB (Red+Green+Blue) = 185+155+219=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #B99BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BDB is #466424. Grayscale: #ABABAB. Windows color (decimal): -4613157 or 14392249. OLE color: 14392249.

HSL color Cylindrical-coordinate representation of color #B99BDB: hue angle of 268.12º 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 #B99BDB is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185155219-
CMYK0.160.2900.14
HSL268.12º47.06%73.33%-
HSV(B)268.12º29.22%85.88%-
XYZ44.5238.8772.17-
YUV171.27154.94137.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 155 (60.94% from 255) = 27.73%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=33.09%
G=27.73%
B=39.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851552190.160.2900.14268.1247.0673.33
HexB99BDB101D0E10c2f49
Octal271233333203501641457111
Binary1011100110011011110110111000011101011101000011001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99BDB; }

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

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

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

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

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

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

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

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