#B197C9

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

Shades of Biloba Flower #B197C9

Tints of Biloba Flower #B197C9

Color information

#B197C9 (or 0xB197C9) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and C9. RGB value is (177,151,201). Sum of RGB (Red+Green+Blue) = 177+151+201=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #B197C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197C9 is #4E6836. Grayscale: #A4A4A4. Windows color (decimal): -5138487 or 13211569. OLE color: 13211569.

HSL color Cylindrical-coordinate representation of color #B197C9: hue angle of 271.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B197C9 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177151201-
CMYK0.120.2500.21
HSL271.2º31.65%69.02%-
HSV(B)271.2º24.88%78.82%-
XYZ39.7435.760.05-
YUV164.47148.61136.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=33.46%
G=28.54%
B=38.00%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771512010.120.2500.21271.231.6569.02
HexB197C9C1901510f2045
Octal261227311143102541740105
Binary1011000110010111110010011100110010101011000011111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197C9; }

 p { color: rgb(177,151,201); }

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

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

 a { background-color: rgb(177,151,201); }

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

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

 span { border-color: rgb(177,151,201); }

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