#B888DD

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

Shades of Biloba Flower #B888DD

Tints of Biloba Flower #B888DD

Color information

#B888DD (or 0xB888DD) is unknown color: approx Biloba Flower. HEX triplet: B8, 88 and DD. RGB value is (184,136,221). Sum of RGB (Red+Green+Blue) = 184+136+221=541 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.01% from 541); Green value is 136 (53.52% from 255 or 25.14% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #B888DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888DD is #477722. Grayscale: #9F9F9F. Windows color (decimal): -4683555 or 14518456. OLE color: 14518456.

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

Color convert

RGB184136221-
CMYK0.170.3800.13
HSL273.88º55.56%70%-
HSV(B)273.88º38.46%86.67%-
XYZ41.6233.0272.59-
YUV160.04162.4145.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.01%
GREEN value IS 136 (53.52% from 255) = 25.14%
BLUE value IS 221 (86.72% from 255) = 40.85%
R=34.01%
G=25.14%
B=40.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841362210.170.3800.13273.8855.5670
HexB888DD11260D1123846
Octal270210335214601542270106
Binary10111000100010001101110110001100110011011000100101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B888DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B888DD; }

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

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

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

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

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

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

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

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