#B89ACC

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

Shades of Biloba Flower #B89ACC

Tints of Biloba Flower #B89ACC

Color information

#B89ACC (or 0xB89ACC) is unknown color: approx Biloba Flower. HEX triplet: B8, 9A and CC. RGB value is (184,154,204). Sum of RGB (Red+Green+Blue) = 184+154+204=542 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.95% from 542); Green value is 154 (60.55% from 255 or 28.41% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #B89ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ACC is #476533. Grayscale: #A8A8A8. Windows color (decimal): -4678964 or 13408952. OLE color: 13408952.

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

Color convert

RGB184154204-
CMYK0.100.2500.2
HSL276º32.89%70.2%-
HSV(B)276º24.51%80%-
XYZ42.2237.6662.17-
YUV168.67147.94138.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.95%
GREEN value IS 154 (60.55% from 255) = 28.41%
BLUE value IS 204 (80.08% from 255) = 37.64%
R=33.95%
G=28.41%
B=37.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1841542040.100.2500.227632.8970.2
HexB89ACCA190141142146
Octal270232314123102442441106
Binary1011100010011010110011001010110010101001000101001000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89ACC; }

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

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

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

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

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

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

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

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