#B98EEB

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

Shades of Biloba Flower #B98EEB

Tints of Biloba Flower #B98EEB

Color information

#B98EEB (or 0xB98EEB) is unknown color: approx Biloba Flower. HEX triplet: B9, 8E and EB. RGB value is (185,142,235). Sum of RGB (Red+Green+Blue) = 185+142+235=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #B98EEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98EEB is #467114. Grayscale: #A5A5A5. Windows color (decimal): -4616469 or 15437497. OLE color: 15437497.

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

Color convert

RGB185142235-
CMYK0.210.4000.08
HSL267.74º69.92%73.92%-
HSV(B)267.74º39.57%92.16%-
XYZ44.6835.6683.13-
YUV165.46167.25141.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 142 (55.86% from 255) = 25.27%
BLUE value IS 235 (92.19% from 255) = 41.81%
R=32.92%
G=25.27%
B=41.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851422350.210.4000.08267.7469.9273.92
HexB98EEB15280810c464a
Octal2712163532550010414106112
Binary101110011000111011101011101011010000100010000110010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EEB; }

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

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

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

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

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

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

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

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