#B197EC

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

Shades of Biloba Flower #B197EC

Tints of Biloba Flower #B197EC

Color information

#B197EC (or 0xB197EC) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and EC. RGB value is (177,151,236). Sum of RGB (Red+Green+Blue) = 177+151+236=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 151 (59.38% from 255 or 26.77% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #B197EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197EC is #4E6813. Grayscale: #A8A8A8. Windows color (decimal): -5138452 or 15505329. OLE color: 15505329.

HSL color Cylindrical-coordinate representation of color #B197EC: hue angle of 258.35º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B197EC is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177151236-
CMYK0.250.3600.07
HSL258.35º69.11%75.88%-
HSV(B)258.35º36.02%92.55%-
XYZ44.3437.5484.27-
YUV168.46166.11134.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 151 (59.38% from 255) = 26.77%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=31.38%
G=26.77%
B=41.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771512360.250.3600.07258.3569.1175.88
HexB197EC192407102454c
Octal261227354314407402105114
Binary10110001100101111110110011001100100011110000001010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197EC; }

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

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

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

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

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

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

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

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