#B19BCA

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

Shades of Biloba Flower #B19BCA

Tints of Biloba Flower #B19BCA

Color information

#B19BCA (or 0xB19BCA) is unknown color: approx Biloba Flower. HEX triplet: B1, 9B and CA. RGB value is (177,155,202). Sum of RGB (Red+Green+Blue) = 177+155+202=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #B19BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BCA is #4E6435. Grayscale: #A6A6A6. Windows color (decimal): -5137462 or 13278129. OLE color: 13278129.

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

Color convert

RGB177155202-
CMYK0.120.2300.21
HSL268.09º30.72%70%-
HSV(B)268.09º23.27%79.22%-
XYZ40.5137.0560.89-
YUV166.94147.79135.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.15%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 202 (79.30% from 255) = 37.83%
R=33.15%
G=29.03%
B=37.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771552020.120.2300.21268.0930.7270
HexB19BCAC1701510c1f46
Octal261233312142702541437106
Binary101100011001101111001010110010111010101100001100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19BCA; }

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

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

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

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

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

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

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

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