#B89ECE

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

Shades of Biloba Flower #B89ECE

Tints of Biloba Flower #B89ECE

Color information

#B89ECE (or 0xB89ECE) is unknown color: approx Biloba Flower. HEX triplet: B8, 9E and CE. RGB value is (184,158,206). Sum of RGB (Red+Green+Blue) = 184+158+206=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 158 (62.11% from 255 or 28.83% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #B89ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ECE is #476131. Grayscale: #ABABAB. Windows color (decimal): -4677938 or 13541048. OLE color: 13541048.

HSL color Cylindrical-coordinate representation of color #B89ECE: hue angle of 272.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B89ECE is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184158206-
CMYK0.110.2300.19
HSL272.5º32.88%71.37%-
HSV(B)272.5º23.3%80.78%-
XYZ43.1339.163.67-
YUV171.25147.61137.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.58%
GREEN value IS 158 (62.11% from 255) = 28.83%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=33.58%
G=28.83%
B=37.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841582060.110.2300.19272.532.8871.37
HexB89ECEB170131102147
Octal270236316132702342041107
Binary1011100010011110110011101011101110100111000100001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89ECE; }

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

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

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

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

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

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

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

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