#B98DE2

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

Shades of Biloba Flower #B98DE2

Tints of Biloba Flower #B98DE2

Color information

#B98DE2 (or 0xB98DE2) is unknown color: approx Biloba Flower. HEX triplet: B9, 8D and E2. RGB value is (185,141,226). Sum of RGB (Red+Green+Blue) = 185+141+226=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 226 - color contains mainly: blue. Hex color #B98DE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DE2 is #46721D. Grayscale: #A3A3A3. Windows color (decimal): -4616734 or 14847417. OLE color: 14847417.

HSL color Cylindrical-coordinate representation of color #B98DE2: hue angle of 271.06º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B98DE2 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185141226-
CMYK0.180.3800.11
HSL271.06º59.44%71.96%-
HSV(B)271.06º37.61%88.63%-
XYZ43.2634.8676.4-
YUV163.85163.08143.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 226 (88.67% from 255) = 40.94%
R=33.51%
G=25.54%
B=40.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1851412260.180.3800.11271.0659.4471.96
HexB98DE212260B10f3b48
Octal271215342224601341773110
Binary10111001100011011110001010010100110010111000011111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DE2; }

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

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

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

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

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

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

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

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