#B19EC8

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

Shades of Biloba Flower #B19EC8

Tints of Biloba Flower #B19EC8

Color information

#B19EC8 (or 0xB19EC8) is unknown color: approx Biloba Flower. HEX triplet: B1, 9E and C8. RGB value is (177,158,200). Sum of RGB (Red+Green+Blue) = 177+158+200=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 200 - color contains mainly: blue. Hex color #B19EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19EC8 is #4E6137. Grayscale: #A8A8A8. Windows color (decimal): -5136696 or 13147825. OLE color: 13147825.

HSL color Cylindrical-coordinate representation of color #B19EC8: hue angle of 267.14º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B19EC8 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB177158200-
CMYK0.120.2100.22
HSL267.14º27.63%70.2%-
HSV(B)267.14º21%78.43%-
XYZ40.7837.9759.82-
YUV168.47145.79134.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.08%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=33.08%
G=29.53%
B=37.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771582000.120.2100.22267.1427.6370.2
HexB19EC8C1501610b1c46
Octal261236310142502641334106
Binary101100011001111011001000110010101010110100001011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19EC8; }

 p { color: rgb(177,158,200); }

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

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

 a { background-color: rgb(177,158,200); }

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

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

 span { border-color: rgb(177,158,200); }

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