Html Css Color HEX #B989DB Biloba Flower

📋 copy color: '#B989DB'

red 185 ◦ green 137 ◦ blue 219

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

Shades of Biloba Flower #B989DB

Tints of Biloba Flower #B989DB

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.32%

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

R = 34.2%
G = 25.32%
B = 40.48%

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

#B989DB (or 0xB989DB) is known color: Biloba Flower. HEX triplet: B9, 89 and DB. RGB value is (185,137,219). Sum of RGB (Red+Green+Blue) = 185+137+219=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #B989DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B989DB is #467624. Grayscale: #A0A0A0. Windows color (decimal): -4617765 or 14387641. OLE color: 14387641.

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

Color convert

RGB 185 137 219 -
CMYK 0.16 0.37 0 0.14
HSL 275.12º 0.53% 0.7% -
HSV(B) 275.12º 0.37% 0.86% -
XYZ 41.74 33.32 71.25 -
YUV 160.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 185 137 219 0.16 0.37 0 0.14 275.12 0.53 0.7
Hex B9 89 DB 10 25 0 E 113 35 46
Octal 271 211 333 20 45 0 16 423 65 106
Binary 10111001 10001001 11011011 10000 100101 0 1110 100010011 110101 1000110

Color Harmonies of #B989DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B989DB

Black with #B989DB

Text Example


Text Example

White with #B989DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B989DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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