Html Css Color HEX #B98BDC Biloba Flower

📋 copy color: '#B98BDC'

red 185 ◦ green 139 ◦ blue 220

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

Shades of Biloba Flower #B98BDC

Tints of Biloba Flower #B98BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.44%

R = 34.01%
G = 25.55%
B = 40.44%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B98BDC (or 0xB98BDC) is known color: Biloba Flower. HEX triplet: B9, 8B and DC. RGB value is (185,139,220). Sum of RGB (Red+Green+Blue) = 185+139+220=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #B98BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BDC is #467423. Grayscale: #A1A1A1. Windows color (decimal): -4617252 or 14453689. OLE color: 14453689.

HSL color Cylindrical-coordinate representation of color #B98BDC: hue angle of 274.07º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B98BDC is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 139 220 -
CMYK 0.16 0.37 0 0.14
HSL 274.07º 0.54% 0.7% -
HSV(B) 274.07º 0.37% 0.86% -
XYZ 42.16 33.95 72.04 -
YUV 161.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 185 139 220 0.16 0.37 0 0.14 274.07 0.54 0.7
Hex B9 8B DC 10 25 0 E 112 36 46
Octal 271 213 334 20 45 0 16 422 66 106
Binary 10111001 10001011 11011100 10000 100101 0 1110 100010010 110110 1000110

Color Harmonies of #B98BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BDC

Black with #B98BDC

Text Example


Text Example

White with #B98BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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