Html Css Color HEX #B89BDC Biloba Flower

📋 copy color: '#B89BDC'

red 184 ◦ green 155 ◦ blue 220

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

Shades of Biloba Flower #B89BDC

Tints of Biloba Flower #B89BDC

RGB

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

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

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

R = 32.92%
G = 27.73%
B = 39.36%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B89BDC (or 0xB89BDC) is known color: Biloba Flower. HEX triplet: B8, 9B and DC. RGB value is (184,155,220). Sum of RGB (Red+Green+Blue) = 184+155+220=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #B89BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BDC is #476423. Grayscale: #AAAAAA. Windows color (decimal): -4678692 or 14457784. OLE color: 14457784.

HSL color Cylindrical-coordinate representation of color #B89BDC: hue angle of 266.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89BDC is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 155 220 -
CMYK 0.16 0.30 0 0.14
HSL 266.77º 0.48% 0.74% -
HSV(B) 266.77º 0.3% 0.86% -
XYZ 44.41 38.8 72.86 -
YUV 171.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 184 155 220 0.16 0.30 0 0.14 266.77 0.48 0.74
Hex B8 9B DC 10 1E 0 E 10B 30 4A
Octal 270 233 334 20 36 0 16 413 60 112
Binary 10111000 10011011 11011100 10000 11110 0 1110 100001011 110000 1001010

Color Harmonies of #B89BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89BDC

Black with #B89BDC

Text Example


Text Example

White with #B89BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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