#B89DCB

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

Shades of Biloba Flower #B89DCB

Tints of Biloba Flower #B89DCB

Color information

#B89DCB (or 0xB89DCB) is unknown color: approx Biloba Flower. HEX triplet: B8, 9D and CB. RGB value is (184,157,203). Sum of RGB (Red+Green+Blue) = 184+157+203=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #B89DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DCB is #476234. Grayscale: #AAAAAA. Windows color (decimal): -4678197 or 13344184. OLE color: 13344184.

HSL color Cylindrical-coordinate representation of color #B89DCB: hue angle of 275.22º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B89DCB is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184157203-
CMYK0.090.2300.20
HSL275.22º30.67%70.59%-
HSV(B)275.22º22.66%79.61%-
XYZ42.638.6261.71-
YUV170.32146.45137.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=33.82%
G=28.86%
B=37.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841572030.090.2300.20275.2230.6770.59
HexB89DCB9170141131f47
Octal270235313112702442337107
Binary101110001001110111001011100110111010100100010011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DCB; }

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

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

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

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

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

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

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

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