#B89FCB

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

Shades of Biloba Flower #B89FCB

Tints of Biloba Flower #B89FCB

Color information

#B89FCB (or 0xB89FCB) is unknown color: approx Biloba Flower. HEX triplet: B8, 9F and CB. RGB value is (184,159,203). Sum of RGB (Red+Green+Blue) = 184+159+203=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #B89FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FCB is #476034. Grayscale: #ABABAB. Windows color (decimal): -4677685 or 13344696. OLE color: 13344696.

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

Color convert

RGB184159203-
CMYK0.090.2200.20
HSL274.09º29.73%70.98%-
HSV(B)274.09º21.67%79.61%-
XYZ42.9439.361.82-
YUV171.49145.78136.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.70%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=33.70%
G=29.12%
B=37.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841592030.090.2200.20274.0929.7370.98
HexB89FCB9160141121e47
Octal270237313112602442236107
Binary101110001001111111001011100110110010100100010010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89FCB; }

 p { color: rgb(184,159,203); }

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

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

 a { background-color: rgb(184,159,203); }

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

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

 span { border-color: rgb(184,159,203); }

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