#b89fd2

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

Shades of Biloba Flower #B89FD2

Tints of Biloba Flower #B89FD2

Color information

#B89FD2 (or 0xB89FD2) is unknown color: approx Biloba Flower. HEX triplet: B8, 9F and D2. RGB value is (184,159,210). Sum of RGB (Red+Green+Blue) = 184+159+210=553 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.27% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 210 - color contains mainly: blue. Hex color #B89FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FD2 is #47602D. Grayscale: #ACACAC. Windows color (decimal): -4677678 or 13803448. OLE color: 13803448.

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

Color convert

RGB184159210-
CMYK0.120.2400.18
HSL269.41º36.17%72.35%-
HSV(B)269.41º24.29%82.35%-
XYZ43.839.6466.32-
YUV172.29149.28136.35-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.27%
GREEN value IS 159 (62.5% from 255) = 28.75%
BLUE value IS 210 (82.42% from 255) = 37.97%
R=33.27%
G=28.75%
B=37.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841592100.120.2400.18269.4136.1772.35
HexB89FD2C1801210d2448
Octal270237322143002241544110
Binary1011100010011111110100101100110000100101000011011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b89fd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b89fd2; }

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

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

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

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

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

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

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

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