Html Css Color HEX #B890DB Biloba Flower

📋 copy color: '#B890DB'

red 184 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #B890DB

Tints of Biloba Flower #B890DB

RGB

 RED value IS 184 (72.27% from 255) = 33.64%

 GREEN value IS 144 (56.64% from 255) = 26.33%

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

R = 33.64%
G = 26.33%
B = 40.04%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B890DB (or 0xB890DB) is known color: Biloba Flower. HEX triplet: B8, 90 and DB. RGB value is (184,144,219). Sum of RGB (Red+Green+Blue) = 184+144+219=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #B890DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890DB is #476F24. Grayscale: #A4A4A4. Windows color (decimal): -4681509 or 14389432. OLE color: 14389432.

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

Color convert

RGB 184 144 219 -
CMYK 0.16 0.34 0 0.14
HSL 272º 0.51% 0.71% -
HSV(B) 272º 0.34% 0.86% -
XYZ 42.53 35.25 71.58 -
YUV 164.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 184 144 219 0.16 0.34 0 0.14 272 0.51 0.71
Hex B8 90 DB 10 22 0 E 110 33 47
Octal 270 220 333 20 42 0 16 420 63 107
Binary 10111000 10010000 11011011 10000 100010 0 1110 100010000 110011 1000111

Color Harmonies of #B890DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890DB

Black with #B890DB

Text Example


Text Example

White with #B890DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890DB; }

 p { color: rgb(184,144,219); }

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

background-color css

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

 a { background-color: rgb(184,144,219); }

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

border-color css

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

 span { border-color: rgb(184,144,219); }

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