#B89ADC

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

Shades of Biloba Flower #B89ADC

Tints of Biloba Flower #B89ADC

Color information

#B89ADC (or 0xB89ADC) is unknown color: approx Biloba Flower. HEX triplet: B8, 9A and DC. RGB value is (184,154,220). Sum of RGB (Red+Green+Blue) = 184+154+220=558 (73% of max value = 765). Red value is 184 (72.27% from 255 or 32.97% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #B89ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ADC is #476523. Grayscale: #AAAAAA. Windows color (decimal): -4678948 or 14457528. OLE color: 14457528.

HSL color Cylindrical-coordinate representation of color #B89ADC: hue angle of 267.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89ADC is Cyan = 0.16, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB184154220-
CMYK0.160.300.14
HSL267.27º48.53%73.33%-
HSV(B)267.27º30%86.27%-
XYZ44.2438.4772.8-
YUV170.49155.94137.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.97%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=32.97%
G=27.60%
B=39.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841542200.160.300.14267.2748.5373.33
HexB89ADC101E0E10b3149
Octal270232334203601641361111
Binary1011100010011010110111001000011110011101000010111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89ADC; }

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

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

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

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

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

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

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

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