Html Css Color HEX #B98BD7 Biloba Flower

📋 copy color: '#B98BD7'

red 185 ◦ green 139 ◦ blue 215

#B98BD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B98BD7

Tints of Biloba Flower #B98BD7

RGB

 RED value IS 185 (72.66% from 255) = 34.32%

 GREEN value IS 139 (54.69% from 255) = 25.79%

 BLUE value IS 215 (84.38% from 255) = 39.89%

R = 34.32%
G = 25.79%
B = 39.89%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B98BD7 (or 0xB98BD7) is known color: Biloba Flower. HEX triplet: B9, 8B and D7. RGB value is (185,139,215). Sum of RGB (Red+Green+Blue) = 185+139+215=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #B98BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BD7 is #467428. Grayscale: #A1A1A1. Windows color (decimal): -4617257 or 14126009. OLE color: 14126009.

HSL color Cylindrical-coordinate representation of color #B98BD7: hue angle of 276.32º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B98BD7 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 139 215 -
CMYK 0.14 0.35 0 0.16
HSL 276.32º 0.49% 0.69% -
HSV(B) 276.32º 0.35% 0.84% -
XYZ 41.51 33.69 68.6 -
YUV 161.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 185 139 215 0.14 0.35 0 0.16 276.32 0.49 0.69
Hex B9 8B D7 E 23 0 10 114 31 45
Octal 271 213 327 16 43 0 20 424 61 105
Binary 10111001 10001011 11010111 1110 100011 0 10000 100010100 110001 1000101

Color Harmonies of #B98BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BD7

Black with #B98BD7

Text Example


Text Example

White with #B98BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BD7; }

 p { color: rgb(185,139,215); }

 H1.HeaderClassName
 {
   color: #B98BD7;
 }
 .AnyTagClassName
 {
   color: #B98BD7;
 }
</style>

background-color css

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

 a { background-color: rgb(185,139,215); }

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

border-color css

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

 span { border-color: rgb(185,139,215); }

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