Html Css Color HEX #B98ADB Biloba Flower

📋 copy color: '#B98ADB'

red 185 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #B98ADB

Tints of Biloba Flower #B98ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.46%

 BLUE value IS 219 (85.94% from 255) = 40.41%

R = 34.13%
G = 25.46%
B = 40.41%

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

#B98ADB (or 0xB98ADB) is known color: Biloba Flower. HEX triplet: B9, 8A and DB. RGB value is (185,138,219). Sum of RGB (Red+Green+Blue) = 185+138+219=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #B98ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98ADB is #467524. Grayscale: #A1A1A1. Windows color (decimal): -4617509 or 14387897. OLE color: 14387897.

HSL color Cylindrical-coordinate representation of color #B98ADB: hue angle of 274.81º degrees, saturation: 0.53, 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 #B98ADB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 138 219 -
CMYK 0.16 0.37 0 0.14
HSL 274.81º 0.53% 0.7% -
HSV(B) 274.81º 0.37% 0.86% -
XYZ 41.88 33.61 71.3 -
YUV 161.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 185 138 219 0.16 0.37 0 0.14 274.81 0.53 0.7
Hex B9 8A DB 10 25 0 E 113 35 46
Octal 271 212 333 20 45 0 16 423 65 106
Binary 10111001 10001010 11011011 10000 100101 0 1110 100010011 110101 1000110

Color Harmonies of #B98ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98ADB

Black with #B98ADB

Text Example


Text Example

White with #B98ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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