#B19ECB

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

Shades of Biloba Flower #B19ECB

Tints of Biloba Flower #B19ECB

Color information

#B19ECB (or 0xB19ECB) is unknown color: approx Biloba Flower. HEX triplet: B1, 9E and CB. RGB value is (177,158,203). Sum of RGB (Red+Green+Blue) = 177+158+203=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 158 (62.11% from 255 or 29.37% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #B19ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19ECB is #4E6134. Grayscale: #A8A8A8. Windows color (decimal): -5136693 or 13344433. OLE color: 13344433.

HSL color Cylindrical-coordinate representation of color #B19ECB: hue angle of 265.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B19ECB is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177158203-
CMYK0.130.2200.20
HSL265.33º30.2%70.78%-
HSV(B)265.33º22.17%79.61%-
XYZ41.1438.1161.69-
YUV168.81147.29133.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 158 (62.11% from 255) = 29.37%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=32.90%
G=29.37%
B=37.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771582030.130.2200.20265.3330.270.78
HexB19ECBD160141091e47
Octal261236313152602441136107
Binary101100011001111011001011110110110010100100001001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19ECB; }

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

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

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

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

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

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

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

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