#B197CA

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

Shades of Biloba Flower #B197CA

Tints of Biloba Flower #B197CA

Color information

#B197CA (or 0xB197CA) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and CA. RGB value is (177,151,202). Sum of RGB (Red+Green+Blue) = 177+151+202=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #B197CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197CA is #4E6835. Grayscale: #A4A4A4. Windows color (decimal): -5138486 or 13277105. OLE color: 13277105.

HSL color Cylindrical-coordinate representation of color #B197CA: hue angle of 270.59º 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 #B197CA is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177151202-
CMYK0.120.2500.21
HSL270.59º32.48%69.22%-
HSV(B)270.59º25.25%79.22%-
XYZ39.8635.7460.68-
YUV164.59149.11136.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.40%
GREEN value IS 151 (59.38% from 255) = 28.49%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=33.40%
G=28.49%
B=38.11%

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
Decimal1771512020.120.2500.21270.5932.4869.22
HexB197CAC1901510f2045
Octal261227312143102541740105
Binary1011000110010111110010101100110010101011000011111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197CA; }

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

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

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

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

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

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

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

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