#B888FA

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

Shades of Biloba Flower #B888FA

Tints of Biloba Flower #B888FA

Color information

#B888FA (or 0xB888FA) is unknown color: approx Biloba Flower. HEX triplet: B8, 88 and FA. RGB value is (184,136,250). Sum of RGB (Red+Green+Blue) = 184+136+250=570 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.28% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #B888FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B888FA is #477705. Grayscale: #A2A2A2. Windows color (decimal): -4683526 or 16419000. OLE color: 16419000.

HSL color Cylindrical-coordinate representation of color #B888FA: hue angle of 265.26º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B888FA is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB184136250-
CMYK0.260.4600.02
HSL265.26º91.94%75.69%-
HSV(B)265.26º45.6%98.04%-
XYZ45.8334.794.73-
YUV163.35176.9142.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.28%
GREEN value IS 136 (53.52% from 255) = 23.86%
BLUE value IS 250 (98.05% from 255) = 43.86%
R=32.28%
G=23.86%
B=43.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1841362500.260.4600.02265.2691.9475.69
HexB888FA1A2E021095c4c
Octal270210372325602411134114
Binary1011100010001000111110101101010111001010000100110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B888FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B888FA; }

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

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

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

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

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

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

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

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