#B199CF

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

Shades of Biloba Flower #B199CF

Tints of Biloba Flower #B199CF

Color information

#B199CF (or 0xB199CF) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and CF. RGB value is (177,153,207). Sum of RGB (Red+Green+Blue) = 177+153+207=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 153 (60.16% from 255 or 28.49% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #B199CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199CF is #4E6630. Grayscale: #A6A6A6. Windows color (decimal): -5137969 or 13605297. OLE color: 13605297.

HSL color Cylindrical-coordinate representation of color #B199CF: hue angle of 266.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B199CF is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177153207-
CMYK0.140.2600.19
HSL266.67º36%70.59%-
HSV(B)266.67º26.09%81.18%-
XYZ40.7936.6363.95-
YUV166.33150.95135.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.96%
GREEN value IS 153 (60.16% from 255) = 28.49%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=32.96%
G=28.49%
B=38.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771532070.140.2600.19266.673670.59
HexB199CFE1A01310b2447
Octal261231317163202341344107
Binary1011000110011001110011111110110100100111000010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199CF; }

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

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

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

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

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

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

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

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