#B98EED

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

Shades of Biloba Flower #B98EED

Tints of Biloba Flower #B98EED

Color information

#B98EED (or 0xB98EED) is unknown color: approx Biloba Flower. HEX triplet: B9, 8E and ED. RGB value is (185,142,237). Sum of RGB (Red+Green+Blue) = 185+142+237=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #B98EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98EED is #467112. Grayscale: #A5A5A5. Windows color (decimal): -4616467 or 15568569. OLE color: 15568569.

HSL color Cylindrical-coordinate representation of color #B98EED: hue angle of 267.16º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B98EED is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185142237-
CMYK0.220.4000.07
HSL267.16º72.52%74.31%-
HSV(B)267.16º40.08%92.94%-
XYZ44.9735.7784.66-
YUV165.69168.25141.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.80%
GREEN value IS 142 (55.86% from 255) = 25.18%
BLUE value IS 237 (92.97% from 255) = 42.02%
R=32.80%
G=25.18%
B=42.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851422370.220.4000.07267.1672.5274.31
HexB98EED16280710b494a
Octal271216355265007413111112
Binary10111001100011101110110110110101000011110000101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EED; }

 p { color: rgb(185,142,237); }

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

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

 a { background-color: rgb(185,142,237); }

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

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

 span { border-color: rgb(185,142,237); }

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