#B099DB

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

Shades of Biloba Flower #B099DB

Tints of Biloba Flower #B099DB

Color information

#B099DB (or 0xB099DB) is unknown color: approx Biloba Flower. HEX triplet: B0, 99 and DB. RGB value is (176,153,219). Sum of RGB (Red+Green+Blue) = 176+153+219=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #B099DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099DB is #4F6624. Grayscale: #A7A7A7. Windows color (decimal): -5203493 or 14391728. OLE color: 14391728.

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

Color convert

RGB176153219-
CMYK0.200.3000.14
HSL260.91º47.83%72.94%-
HSV(B)260.91º30.14%85.88%-
XYZ42.0837.1371.97-
YUV167.4157.12134.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 153 (60.16% from 255) = 27.92%
BLUE value IS 219 (85.94% from 255) = 39.96%
R=32.12%
G=27.92%
B=39.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1761532190.200.3000.14260.9147.8372.94
HexB099DB141E0E1053049
Octal260231333243601640560111
Binary1011000010011001110110111010011110011101000001011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B099DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B099DB; }

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

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

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

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

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

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

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

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