#B89ECB

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

Shades of Biloba Flower #B89ECB

Tints of Biloba Flower #B89ECB

Color information

#B89ECB (or 0xB89ECB) is unknown color: approx Biloba Flower. HEX triplet: B8, 9E and CB. RGB value is (184,158,203). Sum of RGB (Red+Green+Blue) = 184+158+203=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #B89ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ECB is #476134. Grayscale: #AAAAAA. Windows color (decimal): -4677941 or 13344440. OLE color: 13344440.

HSL color Cylindrical-coordinate representation of color #B89ECB: hue angle of 274.67º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B89ECB is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184158203-
CMYK0.090.2200.20
HSL274.67º30.2%70.78%-
HSV(B)274.67º22.17%79.61%-
XYZ42.7738.9661.76-
YUV170.9146.11137.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=33.76%
G=28.99%
B=37.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841582030.090.2200.20274.6730.270.78
HexB89ECB9160141131e47
Octal270236313112602442336107
Binary101110001001111011001011100110110010100100010011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89ECB; }

 p { color: rgb(184,158,203); }

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

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

 a { background-color: rgb(184,158,203); }

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

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

 span { border-color: rgb(184,158,203); }

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