Html Css Color HEX #B89BD9 Biloba Flower

📋 copy color: '#B89BD9'

red 184 ◦ green 155 ◦ blue 217

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

Shades of Biloba Flower #B89BD9

Tints of Biloba Flower #B89BD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.03%

R = 33.09%
G = 27.88%
B = 39.03%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B89BD9 (or 0xB89BD9) is known color: Biloba Flower. HEX triplet: B8, 9B and D9. RGB value is (184,155,217). Sum of RGB (Red+Green+Blue) = 184+155+217=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 217 (85.16% from 255 or 39.03% from 556); Max value from RGB is 217 - color contains mainly: blue. Hex color #B89BD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BD9 is #476426. Grayscale: #AAAAAA. Windows color (decimal): -4678695 or 14261176. OLE color: 14261176.

HSL color Cylindrical-coordinate representation of color #B89BD9: hue angle of 268.06º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89BD9 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 155 217 -
CMYK 0.15 0.29 0 0.15
HSL 268.06º 0.45% 0.73% -
HSV(B) 268.06º 0.29% 0.85% -
XYZ 44.01 38.64 70.78 -
YUV 170.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 184 155 217 0.15 0.29 0 0.15 268.06 0.45 0.73
Hex B8 9B D9 F 1D 0 F 10C 2D 49
Octal 270 233 331 17 35 0 17 414 55 111
Binary 10111000 10011011 11011001 1111 11101 0 1111 100001100 101101 1001001

Color Harmonies of #B89BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89BD9

Black with #B89BD9

Text Example


Text Example

White with #B89BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89BD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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