#B189DA

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

Shades of Biloba Flower #B189DA

Tints of Biloba Flower #B189DA

Color information

#B189DA (or 0xB189DA) is unknown color: approx Biloba Flower. HEX triplet: B1, 89 and DA. RGB value is (177,137,218). Sum of RGB (Red+Green+Blue) = 177+137+218=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 137 (53.91% from 255 or 25.75% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #B189DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189DA is #4E7625. Grayscale: #9D9D9D. Windows color (decimal): -5142054 or 14322097. OLE color: 14322097.

HSL color Cylindrical-coordinate representation of color #B189DA: hue angle of 269.63º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B189DA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB177137218-
CMYK0.190.3700.15
HSL269.63º52.26%69.61%-
HSV(B)269.63º37.16%85.49%-
XYZ39.7332.370.47-
YUV158.19161.75141.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.27%
GREEN value IS 137 (53.91% from 255) = 25.75%
BLUE value IS 218 (85.55% from 255) = 40.98%
R=33.27%
G=25.75%
B=40.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1771372180.190.3700.15269.6352.2669.61
HexB189DA13250F10e3446
Octal261211332234501741664106
Binary10110001100010011101101010011100101011111000011101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189DA; }

 p { color: rgb(177,137,218); }

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

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

 a { background-color: rgb(177,137,218); }

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

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

 span { border-color: rgb(177,137,218); }

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