#B199DB

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

Shades of Biloba Flower #B199DB

Tints of Biloba Flower #B199DB

Color information

#B199DB (or 0xB199DB) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and DB. RGB value is (177,153,219). Sum of RGB (Red+Green+Blue) = 177+153+219=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 153 (60.16% from 255 or 27.87% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #B199DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199DB is #4E6624. Grayscale: #A7A7A7. Windows color (decimal): -5137957 or 14391729. OLE color: 14391729.

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

Color convert

RGB177153219-
CMYK0.190.3000.14
HSL261.82º47.83%72.94%-
HSV(B)261.82º30.14%85.88%-
XYZ42.3137.2471.98-
YUV167.7156.95134.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.24%
GREEN value IS 153 (60.16% from 255) = 27.87%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=32.24%
G=27.87%
B=39.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771532190.190.3000.14261.8247.8372.94
HexB199DB131E0E1063049
Octal261231333233601640660111
Binary1011000110011001110110111001111110011101000001101100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199DB; }

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

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

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

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

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

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

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

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