#B89BCC

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

Shades of Biloba Flower #B89BCC

Tints of Biloba Flower #B89BCC

Color information

#B89BCC (or 0xB89BCC) is unknown color: approx Biloba Flower. HEX triplet: B8, 9B and CC. RGB value is (184,155,204). Sum of RGB (Red+Green+Blue) = 184+155+204=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 204 - color contains mainly: blue. Hex color #B89BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BCC is #476433. Grayscale: #A9A9A9. Windows color (decimal): -4678708 or 13409208. OLE color: 13409208.

HSL color Cylindrical-coordinate representation of color #B89BCC: hue angle of 275.51º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B89BCC is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB184155204-
CMYK0.100.2400.2
HSL275.51º32.45%70.39%-
HSV(B)275.51º24.02%80%-
XYZ42.3937.9962.23-
YUV169.26147.61138.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.89%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=33.89%
G=28.55%
B=37.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841552040.100.2400.2275.5132.4570.39
HexB89BCCA180141142046
Octal270233314123002442440106
Binary1011100010011011110011001010110000101001000101001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89BCC; }

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

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

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

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

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

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

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

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