#B888DF

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

Shades of Biloba Flower #B888DF

Tints of Biloba Flower #B888DF

Color information

#B888DF (or 0xB888DF) is unknown color: approx Biloba Flower. HEX triplet: B8, 88 and DF. RGB value is (184,136,223). Sum of RGB (Red+Green+Blue) = 184+136+223=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #B888DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888DF is #477720. Grayscale: #9F9F9F. Windows color (decimal): -4683553 or 14649528. OLE color: 14649528.

HSL color Cylindrical-coordinate representation of color #B888DF: hue angle of 273.1º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B888DF is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184136223-
CMYK0.170.3900.13
HSL273.1º57.62%70.39%-
HSV(B)273.1º39.01%87.45%-
XYZ41.8933.1374-
YUV160.27163.4144.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.89%
GREEN value IS 136 (53.52% from 255) = 25.05%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=33.89%
G=25.05%
B=41.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841362230.170.3900.13273.157.6270.39
HexB888DF11270D1113a46
Octal270210337214701542172106
Binary10111000100010001101111110001100111011011000100011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B888DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B888DF; }

 p { color: rgb(184,136,223); }

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

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

 a { background-color: rgb(184,136,223); }

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

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

 span { border-color: rgb(184,136,223); }

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