#B89ACE

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

Shades of Biloba Flower #B89ACE

Tints of Biloba Flower #B89ACE

Color information

#B89ACE (or 0xB89ACE) is unknown color: approx Biloba Flower. HEX triplet: B8, 9A and CE. RGB value is (184,154,206). Sum of RGB (Red+Green+Blue) = 184+154+206=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #B89ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ACE is #476531. Grayscale: #A8A8A8. Windows color (decimal): -4678962 or 13540024. OLE color: 13540024.

HSL color Cylindrical-coordinate representation of color #B89ACE: hue angle of 274.62º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B89ACE is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB184154206-
CMYK0.110.2500.19
HSL274.62º34.67%70.59%-
HSV(B)274.62º25.24%80.78%-
XYZ42.4637.7663.44-
YUV168.9148.94138.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=33.82%
G=28.31%
B=37.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1841542060.110.2500.19274.6234.6770.59
HexB89ACEB190131132347
Octal270232316133102342343107
Binary1011100010011010110011101011110010100111000100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89ACE; }

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

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

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

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

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

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

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

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