#B197EE

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

Shades of Biloba Flower #B197EE

Tints of Biloba Flower #B197EE

Color information

#B197EE (or 0xB197EE) is unknown color: approx Biloba Flower. HEX triplet: B1, 97 and EE. RGB value is (177,151,238). Sum of RGB (Red+Green+Blue) = 177+151+238=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #B197EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197EE is #4E6811. Grayscale: #A8A8A8. Windows color (decimal): -5138450 or 15636401. OLE color: 15636401.

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

Color convert

RGB177151238-
CMYK0.260.3700.07
HSL257.93º71.9%76.27%-
HSV(B)257.93º36.55%93.33%-
XYZ44.6337.6585.8-
YUV168.69167.11133.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.27%
GREEN value IS 151 (59.38% from 255) = 26.68%
BLUE value IS 238 (93.36% from 255) = 42.05%
R=31.27%
G=26.68%
B=42.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771512380.260.3700.07257.9371.976.27
HexB197EE1A2507102484c
Octal261227356324507402110114
Binary10110001100101111110111011010100101011110000001010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B197EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B197EE; }

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

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

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

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

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

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

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

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