Html Css Color HEX #B99BDB Biloba Flower

📋 copy color: '#B99BDB'

red 185 ◦ green 155 ◦ blue 219

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

Shades of Biloba Flower #B99BDB

Tints of Biloba Flower #B99BDB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.73%

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

R = 33.09%
G = 27.73%
B = 39.18%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B99BDB (or 0xB99BDB) is known color: Biloba Flower. HEX triplet: B9, 9B and DB. RGB value is (185,155,219). Sum of RGB (Red+Green+Blue) = 185+155+219=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #B99BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B99BDB is #466424. Grayscale: #ABABAB. Windows color (decimal): -4613157 or 14392249. OLE color: 14392249.

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

Color convert

RGB 185 155 219 -
CMYK 0.16 0.29 0 0.14
HSL 268.13º 0.47% 0.73% -
HSV(B) 268.13º 0.29% 0.86% -
XYZ 44.52 38.87 72.17 -
YUV 171.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 185 155 219 0.16 0.29 0 0.14 268.13 0.47 0.73
Hex B9 9B DB 10 1D 0 E 10C 2F 49
Octal 271 233 333 20 35 0 16 414 57 111
Binary 10111001 10011011 11011011 10000 11101 0 1110 100001100 101111 1001001

Color Harmonies of #B99BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99BDB

Black with #B99BDB

Text Example


Text Example

White with #B99BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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