#B98DEC

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

Shades of Biloba Flower #B98DEC

Tints of Biloba Flower #B98DEC

Color information

#B98DEC (or 0xB98DEC) is unknown color: approx Biloba Flower. HEX triplet: B9, 8D and EC. RGB value is (185,141,236). Sum of RGB (Red+Green+Blue) = 185+141+236=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #B98DEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98DEC is #467213. Grayscale: #A4A4A4. Windows color (decimal): -4616724 or 15502777. OLE color: 15502777.

HSL color Cylindrical-coordinate representation of color #B98DEC: hue angle of 267.79º degrees, saturation: 0.71, 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 #B98DEC is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185141236-
CMYK0.220.4000.07
HSL267.79º71.43%73.92%-
HSV(B)267.79º40.25%92.55%-
XYZ44.6735.4283.84-
YUV164.99168.08142.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 236 (92.58% from 255) = 41.99%
R=32.92%
G=25.09%
B=41.99%

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
Decimal1851412360.220.4000.07267.7971.4373.92
HexB98DEC16280710c474a
Octal271215354265007414107112
Binary10111001100011011110110010110101000011110000110010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DEC; }

 p { color: rgb(185,141,236); }

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

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

 a { background-color: rgb(185,141,236); }

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

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

 span { border-color: rgb(185,141,236); }

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