#B189E2

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

Shades of Biloba Flower #B189E2

Tints of Biloba Flower #B189E2

Color information

#B189E2 (or 0xB189E2) is unknown color: approx Biloba Flower. HEX triplet: B1, 89 and E2. RGB value is (177,137,226). Sum of RGB (Red+Green+Blue) = 177+137+226=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 226 (88.67% from 255 or 41.85% from 540); Max value from RGB is 226 - color contains mainly: blue. Hex color #B189E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B189E2 is #4E761D. Grayscale: #9E9E9E. Windows color (decimal): -5142046 or 14846385. OLE color: 14846385.

HSL color Cylindrical-coordinate representation of color #B189E2: hue angle of 266.97º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B189E2 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB177137226-
CMYK0.220.3900.11
HSL266.97º60.54%71.18%-
HSV(B)266.97º39.38%88.63%-
XYZ40.832.7376.12-
YUV159.11165.75140.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.78%
GREEN value IS 137 (53.91% from 255) = 25.37%
BLUE value IS 226 (88.67% from 255) = 41.85%
R=32.78%
G=25.37%
B=41.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1771372260.220.3900.11266.9760.5471.18
HexB189E216270B10b3d47
Octal261211342264701341375107
Binary10110001100010011110001010110100111010111000010111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B189E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B189E2; }

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

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

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

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

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

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

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

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