#B89DCA

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

Shades of Biloba Flower #B89DCA

Tints of Biloba Flower #B89DCA

Color information

#B89DCA (or 0xB89DCA) is unknown color: approx Biloba Flower. HEX triplet: B8, 9D and CA. RGB value is (184,157,202). Sum of RGB (Red+Green+Blue) = 184+157+202=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #B89DCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DCA is #476235. Grayscale: #AAAAAA. Windows color (decimal): -4678198 or 13278648. OLE color: 13278648.

HSL color Cylindrical-coordinate representation of color #B89DCA: hue angle of 276º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B89DCA is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184157202-
CMYK0.090.2200.21
HSL276º29.8%70.39%-
HSV(B)276º22.28%79.22%-
XYZ42.4838.5761.08-
YUV170.2145.95137.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.89%
GREEN value IS 157 (61.72% from 255) = 28.91%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=33.89%
G=28.91%
B=37.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841572020.090.2200.2127629.870.39
HexB89DCA9160151141e46
Octal270235312112602542436106
Binary101110001001110111001010100110110010101100010100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89DCA; }

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

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

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

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

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

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

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

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