#B199DC

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

Shades of Biloba Flower #B199DC

Tints of Biloba Flower #B199DC

Color information

#B199DC (or 0xB199DC) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and DC. RGB value is (177,153,220). Sum of RGB (Red+Green+Blue) = 177+153+220=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #B199DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199DC is #4E6623. Grayscale: #A7A7A7. Windows color (decimal): -5137956 or 14457265. OLE color: 14457265.

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

Color convert

RGB177153220-
CMYK0.200.3000.14
HSL261.49º48.91%73.14%-
HSV(B)261.49º30.45%86.27%-
XYZ42.4437.372.67-
YUV167.81157.45134.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.18%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 220 (86.33% from 255) = 40%
R=32.18%
G=27.82%
B=40%

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
Decimal1771532200.200.3000.14261.4948.9173.14
HexB199DC141E0E1053149
Octal261231334243601640561111
Binary1011000110011001110111001010011110011101000001011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199DC; }

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

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

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

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

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

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

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

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