#B199DF

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

Shades of Biloba Flower #B199DF

Tints of Biloba Flower #B199DF

Color information

#B199DF (or 0xB199DF) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and DF. RGB value is (177,153,223). Sum of RGB (Red+Green+Blue) = 177+153+223=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #B199DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199DF is #4E6620. Grayscale: #A7A7A7. Windows color (decimal): -5137953 or 14653873. OLE color: 14653873.

HSL color Cylindrical-coordinate representation of color #B199DF: hue angle of 260.57º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B199DF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177153223-
CMYK0.210.3100.13
HSL260.57º52.24%73.73%-
HSV(B)260.57º31.39%87.45%-
XYZ42.8437.4674.78-
YUV168.16158.95134.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.01%
GREEN value IS 153 (60.16% from 255) = 27.67%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=32.01%
G=27.67%
B=40.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771532230.210.3100.13260.5752.2473.73
HexB199DF151F0D105344a
Octal261231337253701540564112
Binary1011000110011001110111111010111111011011000001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199DF; }

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

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

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

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

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

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

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

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