#B890DB

Color #B890DB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B890DB

Tints of Biloba Flower #B890DB

Color information

#B890DB (or 0xB890DB) is unknown color: approx 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

RGB184144219-
CMYK0.160.3400.14
HSL272º51.02%71.18%-
HSV(B)272º34.25%85.88%-
XYZ42.5335.2571.58-
YUV164.51158.75141.9-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1841442190.160.3400.1427251.0271.18
HexB890DB10220E1103347
Octal270220333204201642063107
Binary10111000100100001101101110000100010011101000100001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B890DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>