#B988FE

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

Shades of Biloba Flower #B988FE

Tints of Biloba Flower #B988FE

Color information

#B988FE (or 0xB988FE) is unknown color: approx Biloba Flower. HEX triplet: B9, 88 and FE. RGB value is (185,136,254). Sum of RGB (Red+Green+Blue) = 185+136+254=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #B988FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B988FE is #467701. Grayscale: #A3A3A3. Windows color (decimal): -4617986 or 16681145. OLE color: 16681145.

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

Color convert

RGB185136254-
CMYK0.270.4600.00
HSL264.92º98.33%76.47%-
HSV(B)264.92º46.46%99.61%-
XYZ46.735.0898.08-
YUV164.1178.73142.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 136 (53.52% from 255) = 23.65%
BLUE value IS 254 (99.61% from 255) = 44.17%
R=32.17%
G=23.65%
B=44.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851362540.270.4600.00264.9298.3376.47
HexB988FE1B2E00109624c
Octal271210376335600411142114
Binary101110011000100011111110110111011100010000100111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B988FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B988FE; }

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

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

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

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

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

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

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

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