#B98FEB

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

Shades of Biloba Flower #B98FEB

Tints of Biloba Flower #B98FEB

Color information

#B98FEB (or 0xB98FEB) is unknown color: approx Biloba Flower. HEX triplet: B9, 8F and EB. RGB value is (185,143,235). Sum of RGB (Red+Green+Blue) = 185+143+235=563 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.86% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #B98FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98FEB is #467014. Grayscale: #A5A5A5. Windows color (decimal): -4616213 or 15437753. OLE color: 15437753.

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

Color convert

RGB185143235-
CMYK0.210.3900.08
HSL267.39º69.7%74.12%-
HSV(B)267.39º39.15%92.16%-
XYZ44.8335.9683.18-
YUV166.05166.91141.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.86%
GREEN value IS 143 (56.25% from 255) = 25.40%
BLUE value IS 235 (92.19% from 255) = 41.74%
R=32.86%
G=25.40%
B=41.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851432350.210.3900.08267.3969.774.12
HexB98FEB15270810b464a
Octal2712173532547010413106112
Binary101110011000111111101011101011001110100010000101110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FEB; }

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

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

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

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

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

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

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

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