#B197DA

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

Shades of Biloba Flower #B197DA

Tints of Biloba Flower #B197DA

Color information

#B197DA (or 0xB197DA) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and DA. RGB value is (177,151,218). Sum of RGB (Red+Green+Blue) = 177+151+218=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 151 (59.38% from 255 or 27.66% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #B197DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197DA is #4E6825. Grayscale: #A6A6A6. Windows color (decimal): -5138470 or 14325681. OLE color: 14325681.

HSL color Cylindrical-coordinate representation of color #B197DA: hue angle of 263.28º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B197DA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177151218-
CMYK0.190.3100.15
HSL263.28º47.52%72.35%-
HSV(B)263.28º30.73%85.49%-
XYZ41.8536.5471.18-
YUV166.41157.11135.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.42%
GREEN value IS 151 (59.38% from 255) = 27.66%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=32.42%
G=27.66%
B=39.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771512180.190.3100.15263.2847.5272.35
HexB197DA131F0F1073048
Octal261227332233701740760110
Binary1011000110010111110110101001111111011111000001111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197DA; }

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

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

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

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

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

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

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

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