#B397CE

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

Shades of Biloba Flower #B397CE

Tints of Biloba Flower #B397CE

Color information

#B397CE (or 0xB397CE) is unknown color: approx Biloba Flower. HEX triplet: B3, 97 and CE. RGB value is (179,151,206). Sum of RGB (Red+Green+Blue) = 179+151+206=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #B397CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397CE is #4C6831. Grayscale: #A5A5A5. Windows color (decimal): -5007410 or 13539251. OLE color: 13539251.

HSL color Cylindrical-coordinate representation of color #B397CE: hue angle of 270.55º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B397CE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB179151206-
CMYK0.130.2700.19
HSL270.55º35.95%70%-
HSV(B)270.55º26.7%80.78%-
XYZ40.836.1763.22-
YUV165.64150.78137.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 206 (80.86% from 255) = 38.43%
R=33.40%
G=28.17%
B=38.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1791512060.130.2700.19270.5535.9570
HexB397CED1B01310f2446
Octal263227316153302341744106
Binary1011001110010111110011101101110110100111000011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B397CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B397CE; }

 p { color: rgb(179,151,206); }

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

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

 a { background-color: rgb(179,151,206); }

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

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

 span { border-color: rgb(179,151,206); }

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