#B189D7

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

Shades of Biloba Flower #B189D7

Tints of Biloba Flower #B189D7

Color information

#B189D7 (or 0xB189D7) is unknown color: approx Biloba Flower. HEX triplet: B1, 89 and D7. RGB value is (177,137,215). Sum of RGB (Red+Green+Blue) = 177+137+215=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #B189D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189D7 is #4E7628. Grayscale: #9D9D9D. Windows color (decimal): -5142057 or 14125489. OLE color: 14125489.

HSL color Cylindrical-coordinate representation of color #B189D7: hue angle of 270.77º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B189D7 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB177137215-
CMYK0.180.3600.16
HSL270.77º49.37%69.02%-
HSV(B)270.77º36.28%84.31%-
XYZ39.3432.1468.42-
YUV157.85160.25141.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 33.46%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 215 (84.38% from 255) = 40.64%
R=33.46%
G=25.90%
B=40.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1771372150.180.3600.16270.7749.3769.02
HexB189D7122401010f3145
Octal261211327224402041761105
Binary101100011000100111010111100101001000100001000011111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189D7; }

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

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

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

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

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

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

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

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