#B19FC8

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

Shades of Biloba Flower #B19FC8

Tints of Biloba Flower #B19FC8

Color information

#B19FC8 (or 0xB19FC8) is unknown color: approx Biloba Flower. HEX triplet: B1, 9F and C8. RGB value is (177,159,200). Sum of RGB (Red+Green+Blue) = 177+159+200=536 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.02% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 200 - color contains mainly: blue. Hex color #B19FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FC8 is #4E6037. Grayscale: #A8A8A8. Windows color (decimal): -5136440 or 13148081. OLE color: 13148081.

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

Color convert

RGB177159200-
CMYK0.120.2000.22
HSL266.34º27.15%70.39%-
HSV(B)266.34º20.5%78.43%-
XYZ40.9538.3159.88-
YUV169.06145.46133.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.02%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 200 (78.52% from 255) = 37.31%
R=33.02%
G=29.66%
B=37.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771592000.120.2000.22266.3427.1570.39
HexB19FC8C1401610a1b46
Octal261237310142402641233106
Binary101100011001111111001000110010100010110100001010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FC8; }

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

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

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

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

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

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

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

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