#B999DB

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

Shades of Biloba Flower #B999DB

Tints of Biloba Flower #B999DB

Color information

#B999DB (or 0xB999DB) is unknown color: approx Biloba Flower. HEX triplet: B9, 99 and DB. RGB value is (185,153,219). Sum of RGB (Red+Green+Blue) = 185+153+219=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 153 (60.16% from 255 or 27.47% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #B999DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B999DB is #466624. Grayscale: #A9A9A9. Windows color (decimal): -4613669 or 14391737. OLE color: 14391737.

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

Color convert

RGB185153219-
CMYK0.160.3000.14
HSL269.09º47.83%72.94%-
HSV(B)269.09º30.14%85.88%-
XYZ44.1938.2172.06-
YUV170.09155.6138.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 153 (60.16% from 255) = 27.47%
BLUE value IS 219 (85.94% from 255) = 39.32%
R=33.21%
G=27.47%
B=39.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851532190.160.3000.14269.0947.8372.94
HexB999DB101E0E10d3049
Octal271231333203601641560111
Binary1011100110011001110110111000011110011101000011011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B999DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B999DB; }

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

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

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

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

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

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

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

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