#B199CB

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

Shades of Biloba Flower #B199CB

Tints of Biloba Flower #B199CB

Color information

#B199CB (or 0xB199CB) is unknown color: approx Biloba Flower. HEX triplet: B1, 99 and CB. RGB value is (177,153,203). Sum of RGB (Red+Green+Blue) = 177+153+203=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #B199CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199CB is #4E6634. Grayscale: #A5A5A5. Windows color (decimal): -5137973 or 13343153. OLE color: 13343153.

HSL color Cylindrical-coordinate representation of color #B199CB: hue angle of 268.8º degrees, saturation: 0.32, 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 #B199CB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177153203-
CMYK0.130.2500.20
HSL268.8º32.47%69.8%-
HSV(B)268.8º24.63%79.61%-
XYZ40.336.4461.41-
YUV165.88148.95135.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.21%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 203 (79.69% from 255) = 38.09%
R=33.21%
G=28.71%
B=38.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771532030.130.2500.20268.832.4769.8
HexB199CBD1901410d2046
Octal261231313153102441540106
Binary1011000110011001110010111101110010101001000011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B199CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B199CB; }

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

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

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

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

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

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

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

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