#B89DDF

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

Shades of Biloba Flower #B89DDF

Tints of Biloba Flower #B89DDF

Color information

#B89DDF (or 0xB89DDF) is unknown color: approx Biloba Flower. HEX triplet: B8, 9D and DF. RGB value is (184,157,223). Sum of RGB (Red+Green+Blue) = 184+157+223=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 157 (61.72% from 255 or 27.84% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #B89DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DDF is #476220. Grayscale: #ACACAC. Windows color (decimal): -4678177 or 14654904. OLE color: 14654904.

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

Color convert

RGB184157223-
CMYK0.170.3000.13
HSL264.55º50.77%74.51%-
HSV(B)264.55º29.6%87.45%-
XYZ45.1439.6375.08-
YUV172.6156.45136.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.62%
GREEN value IS 157 (61.72% from 255) = 27.84%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=32.62%
G=27.84%
B=39.54%

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
Decimal1841572230.170.3000.13264.5550.7774.51
HexB89DDF111E0D109334b
Octal270235337213601541163113
Binary1011100010011101110111111000111110011011000010011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DDF; }

 p { color: rgb(184,157,223); }

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

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

 a { background-color: rgb(184,157,223); }

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

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

 span { border-color: rgb(184,157,223); }

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