Html Css Color HEX #B890DC Biloba Flower

📋 copy color: '#B890DC'

red 184 ◦ green 144 ◦ blue 220

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

Shades of Biloba Flower #B890DC

Tints of Biloba Flower #B890DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 33.58%
G = 26.28%
B = 40.15%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B890DC (or 0xB890DC) is known color: Biloba Flower. HEX triplet: B8, 90 and DC. RGB value is (184,144,220). Sum of RGB (Red+Green+Blue) = 184+144+220=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #B890DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B890DC is #476F23. Grayscale: #A4A4A4. Windows color (decimal): -4681508 or 14454968. OLE color: 14454968.

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

Color convert

RGB 184 144 220 -
CMYK 0.16 0.35 0 0.14
HSL 271.58º 0.52% 0.71% -
HSV(B) 271.58º 0.35% 0.86% -
XYZ 42.66 35.3 72.28 -
YUV 164.62 159.25 141.82 -
System Red Green Blue C M Y K H S L
Decimal 184 144 220 0.16 0.35 0 0.14 271.58 0.52 0.71
Hex B8 90 DC 10 23 0 E 110 34 47
Octal 270 220 334 20 43 0 16 420 64 107
Binary 10111000 10010000 11011100 10000 100011 0 1110 100010000 110100 1000111

Color Harmonies of #B890DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B890DC

Black with #B890DC

Text Example


Text Example

White with #B890DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B890DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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