#B988EB

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

Shades of Biloba Flower #B988EB

Tints of Biloba Flower #B988EB

Color information

#B988EB (or 0xB988EB) is unknown color: approx Biloba Flower. HEX triplet: B9, 88 and EB. RGB value is (185,136,235). Sum of RGB (Red+Green+Blue) = 185+136+235=556 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.27% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #B988EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B988EB is #467714. Grayscale: #A1A1A1. Windows color (decimal): -4618005 or 15435961. OLE color: 15435961.

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

Color convert

RGB185136235-
CMYK0.210.4200.08
HSL269.7º71.22%72.75%-
HSV(B)269.7º42.13%92.16%-
XYZ43.8133.9282.84-
YUV161.94169.23144.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.27%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 235 (92.19% from 255) = 42.27%
R=33.27%
G=24.46%
B=42.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851362350.210.4200.08269.771.2272.75
HexB988EB152A0810e4749
Octal2712103532552010416107111
Binary101110011000100011101011101011010100100010000111010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988EB; }

 p { color: rgb(185,136,235); }

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

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

 a { background-color: rgb(185,136,235); }

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

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

 span { border-color: rgb(185,136,235); }

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