Html Css Color HEX #B98CDB Biloba Flower

📋 copy color: '#B98CDB'

red 185 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #B98CDB

Tints of Biloba Flower #B98CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.74%

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

R = 34.01%
G = 25.74%
B = 40.26%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B98CDB (or 0xB98CDB) is known color: Biloba Flower. HEX triplet: B9, 8C and DB. RGB value is (185,140,219). Sum of RGB (Red+Green+Blue) = 185+140+219=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 140 (55.08% from 255 or 25.74% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #B98CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CDB is #467324. Grayscale: #A2A2A2. Windows color (decimal): -4616997 or 14388409. OLE color: 14388409.

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

Color convert

RGB 185 140 219 -
CMYK 0.16 0.36 0 0.14
HSL 274.18º 0.52% 0.7% -
HSV(B) 274.18º 0.36% 0.86% -
XYZ 42.17 34.18 71.39 -
YUV 162.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 185 140 219 0.16 0.36 0 0.14 274.18 0.52 0.7
Hex B9 8C DB 10 24 0 E 112 34 46
Octal 271 214 333 20 44 0 16 422 64 106
Binary 10111001 10001100 11011011 10000 100100 0 1110 100010010 110100 1000110

Color Harmonies of #B98CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CDB

Black with #B98CDB

Text Example


Text Example

White with #B98CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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