#B19FCE

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

Shades of Biloba Flower #B19FCE

Tints of Biloba Flower #B19FCE

Color information

#B19FCE (or 0xB19FCE) is unknown color: approx Biloba Flower. HEX triplet: B1, 9F and CE. RGB value is (177,159,206). Sum of RGB (Red+Green+Blue) = 177+159+206=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #B19FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FCE is #4E6031. Grayscale: #A9A9A9. Windows color (decimal): -5136434 or 13541297. OLE color: 13541297.

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

Color convert

RGB177159206-
CMYK0.140.2300.19
HSL262.98º32.41%71.57%-
HSV(B)262.98º22.82%80.78%-
XYZ41.6738.663.65-
YUV169.74148.46133.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.66%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=32.66%
G=29.34%
B=38.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771592060.140.2300.19262.9832.4171.57
HexB19FCEE170131072048
Octal261237316162702340740110
Binary1011000110011111110011101110101110100111000001111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FCE; }

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

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

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

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

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

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

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

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