#B98AEA

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

Shades of Biloba Flower #B98AEA

Tints of Biloba Flower #B98AEA

Color information

#B98AEA (or 0xB98AEA) is unknown color: approx Biloba Flower. HEX triplet: B9, 8A and EA. RGB value is (185,138,234). Sum of RGB (Red+Green+Blue) = 185+138+234=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #B98AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AEA is #467515. Grayscale: #A2A2A2. Windows color (decimal): -4617494 or 15370937. OLE color: 15370937.

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

Color convert

RGB185138234-
CMYK0.210.4100.08
HSL269.38º69.57%72.94%-
HSV(B)269.38º41.03%91.76%-
XYZ43.9534.4382.17-
YUV163168.07143.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.21%
GREEN value IS 138 (54.30% from 255) = 24.78%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=33.21%
G=24.78%
B=42.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851382340.210.4100.08269.3869.5772.94
HexB98AEA15290810d4649
Octal2712123522551010415106111
Binary101110011000101011101010101011010010100010000110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98AEA; }

 p { color: rgb(185,138,234); }

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

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

 a { background-color: rgb(185,138,234); }

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

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

 span { border-color: rgb(185,138,234); }

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