#B89ED5

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

Shades of Biloba Flower #B89ED5

Tints of Biloba Flower #B89ED5

Color information

#B89ED5 (or 0xB89ED5) is unknown color: approx Biloba Flower. HEX triplet: B8, 9E and D5. RGB value is (184,158,213). Sum of RGB (Red+Green+Blue) = 184+158+213=555 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.15% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #B89ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ED5 is #47612A. Grayscale: #ABABAB. Windows color (decimal): -4677931 or 13999800. OLE color: 13999800.

HSL color Cylindrical-coordinate representation of color #B89ED5: hue angle of 268.36º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B89ED5 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB184158213-
CMYK0.140.2600.16
HSL268.36º39.57%72.75%-
HSV(B)268.36º25.82%83.53%-
XYZ4439.4568.25-
YUV172.04151.11136.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.15%
GREEN value IS 158 (62.11% from 255) = 28.47%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=33.15%
G=28.47%
B=38.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1841582130.140.2600.16268.3639.5772.75
HexB89ED5E1A01010c2849
Octal270236325163202041450111
Binary1011100010011110110101011110110100100001000011001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89ED5; }

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

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

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

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

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

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

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

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