#B89ECD

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

Shades of Biloba Flower #B89ECD

Tints of Biloba Flower #B89ECD

Color information

#B89ECD (or 0xB89ECD) is unknown color: approx Biloba Flower. HEX triplet: B8, 9E and CD. RGB value is (184,158,205). Sum of RGB (Red+Green+Blue) = 184+158+205=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #B89ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ECD is #476132. Grayscale: #AAAAAA. Windows color (decimal): -4677939 or 13475512. OLE color: 13475512.

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

Color convert

RGB184158205-
CMYK0.100.2300.20
HSL273.19º31.97%71.18%-
HSV(B)273.19º22.93%80.39%-
XYZ43.0139.0563.03-
YUV171.13147.11137.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.64%
GREEN value IS 158 (62.11% from 255) = 28.88%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=33.64%
G=28.88%
B=37.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841582050.100.2300.20273.1931.9771.18
HexB89ECDA170141112047
Octal270236315122702442140107
Binary1011100010011110110011011010101110101001000100011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89ECD; }

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

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

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

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

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

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

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

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