#B88AEB

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

Shades of Biloba Flower #B88AEB

Tints of Biloba Flower #B88AEB

Color information

#B88AEB (or 0xB88AEB) is unknown color: approx Biloba Flower. HEX triplet: B8, 8A and EB. RGB value is (184,138,235). Sum of RGB (Red+Green+Blue) = 184+138+235=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #B88AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88AEB is #477514. Grayscale: #A2A2A2. Windows color (decimal): -4683029 or 15436472. OLE color: 15436472.

HSL color Cylindrical-coordinate representation of color #B88AEB: hue angle of 268.45º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B88AEB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184138235-
CMYK0.220.4100.08
HSL268.45º70.8%73.14%-
HSV(B)268.45º41.28%92.16%-
XYZ43.8534.3782.92-
YUV162.81168.74143.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.03%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=33.03%
G=24.78%
B=42.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841382350.220.4100.08268.4570.873.14
HexB88AEB16290810c4749
Octal2702123532651010414107111
Binary101110001000101011101011101101010010100010000110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88AEB; }

 p { color: rgb(184,138,235); }

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

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

 a { background-color: rgb(184,138,235); }

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

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

 span { border-color: rgb(184,138,235); }

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