#B19BCE

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

Shades of Biloba Flower #B19BCE

Tints of Biloba Flower #B19BCE

Color information

#B19BCE (or 0xB19BCE) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and CE. RGB value is (177,155,206). Sum of RGB (Red+Green+Blue) = 177+155+206=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #B19BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BCE is #4E6431. Grayscale: #A7A7A7. Windows color (decimal): -5137458 or 13540273. OLE color: 13540273.

HSL color Cylindrical-coordinate representation of color #B19BCE: hue angle of 265.88º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B19BCE is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177155206-
CMYK0.140.2500.19
HSL265.88º34.23%70.78%-
HSV(B)265.88º24.76%80.78%-
XYZ40.9937.2563.42-
YUV167.39149.79134.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.90%
GREEN value IS 155 (60.94% from 255) = 28.81%
BLUE value IS 206 (80.86% from 255) = 38.29%
R=32.90%
G=28.81%
B=38.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771552060.140.2500.19265.8834.2370.78
HexB19BCEE1901310a2247
Octal261233316163102341242107
Binary1011000110011011110011101110110010100111000010101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BCE; }

 p { color: rgb(177,155,206); }

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

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

 a { background-color: rgb(177,155,206); }

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

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

 span { border-color: rgb(177,155,206); }

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