#B889D8

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

Shades of Biloba Flower #B889D8

Tints of Biloba Flower #B889D8

Color information

#B889D8 (or 0xB889D8) is unknown color: approx Biloba Flower. HEX triplet: B8, 89 and D8. RGB value is (184,137,216). Sum of RGB (Red+Green+Blue) = 184+137+216=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 137 (53.91% from 255 or 25.51% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #B889D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B889D8 is #477627. Grayscale: #9F9F9F. Windows color (decimal): -4683304 or 14191032. OLE color: 14191032.

HSL color Cylindrical-coordinate representation of color #B889D8: hue angle of 275.7º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B889D8 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184137216-
CMYK0.150.3700.15
HSL275.7º50.32%69.22%-
HSV(B)275.7º36.57%84.71%-
XYZ41.1133.0469.18-
YUV160.06159.57145.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.26%
GREEN value IS 137 (53.91% from 255) = 25.51%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=34.26%
G=25.51%
B=40.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841372160.150.3700.15275.750.3269.22
HexB889D8F250F1143245
Octal270211330174501742462105
Binary1011100010001001110110001111100101011111000101001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B889D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B889D8; }

 p { color: rgb(184,137,216); }

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

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

 a { background-color: rgb(184,137,216); }

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

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

 span { border-color: rgb(184,137,216); }

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