#B89BDE

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

Shades of Biloba Flower #B89BDE

Tints of Biloba Flower #B89BDE

Color information

#B89BDE (or 0xB89BDE) is unknown color: approx Biloba Flower. HEX triplet: B8, 9B and DE. RGB value is (184,155,222). Sum of RGB (Red+Green+Blue) = 184+155+222=561 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.80% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #B89BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BDE is #476421. Grayscale: #ABABAB. Windows color (decimal): -4678690 or 14588856. OLE color: 14588856.

HSL color Cylindrical-coordinate representation of color #B89BDE: hue angle of 265.97º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89BDE is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184155222-
CMYK0.170.3000.13
HSL265.97º50.38%73.92%-
HSV(B)265.97º30.18%87.06%-
XYZ44.6738.9174.26-
YUV171.31156.61137.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.80%
GREEN value IS 155 (60.94% from 255) = 27.63%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=32.80%
G=27.63%
B=39.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841552220.170.3000.13265.9750.3873.92
HexB89BDE111E0D10a324a
Octal270233336213601541262112
Binary1011100010011011110111101000111110011011000010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89BDE; }

 p { color: rgb(184,155,222); }

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

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

 a { background-color: rgb(184,155,222); }

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

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

 span { border-color: rgb(184,155,222); }

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