#B199CC

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

Shades of Biloba Flower #B199CC

Tints of Biloba Flower #B199CC

Color information

#B199CC (or 0xB199CC) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and CC. RGB value is (177,153,204). Sum of RGB (Red+Green+Blue) = 177+153+204=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 153 (60.16% from 255 or 28.65% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #B199CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199CC is #4E6633. Grayscale: #A5A5A5. Windows color (decimal): -5137972 or 13408689. OLE color: 13408689.

HSL color Cylindrical-coordinate representation of color #B199CC: hue angle of 268.24º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B199CC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB177153204-
CMYK0.130.2500.2
HSL268.24º33.33%70%-
HSV(B)268.24º25%80%-
XYZ40.4236.4962.04-
YUV165.99149.45135.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 153 (60.16% from 255) = 28.65%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=33.15%
G=28.65%
B=38.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771532040.130.2500.2268.2433.3370
HexB199CCD1901410c2146
Octal261231314153102441441106
Binary1011000110011001110011001101110010101001000011001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199CC; }

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

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

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

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

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

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

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

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