#B89ED2

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

Shades of Biloba Flower #B89ED2

Tints of Biloba Flower #B89ED2

Color information

#B89ED2 (or 0xB89ED2) is unknown color: approx Biloba Flower. HEX triplet: B8, 9E and D2. RGB value is (184,158,210). Sum of RGB (Red+Green+Blue) = 184+158+210=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 158 (62.11% from 255 or 28.62% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 210 - color contains mainly: blue. Hex color #B89ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ED2 is #47612D. Grayscale: #ABABAB. Windows color (decimal): -4677934 or 13803192. OLE color: 13803192.

HSL color Cylindrical-coordinate representation of color #B89ED2: hue angle of 270º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B89ED2 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184158210-
CMYK0.120.2500.18
HSL270º36.62%72.16%-
HSV(B)270º24.76%82.35%-
XYZ43.6339.366.26-
YUV171.7149.61136.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.33%
GREEN value IS 158 (62.11% from 255) = 28.62%
BLUE value IS 210 (82.42% from 255) = 38.04%
R=33.33%
G=28.62%
B=38.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841582100.120.2500.1827036.6272.16
HexB89ED2C1901210e2548
Octal270236322143102241645110
Binary1011100010011110110100101100110010100101000011101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89ED2; }

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

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

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

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

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

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

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

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