Html Css Color HEX #B89BD7 Biloba Flower

📋 copy color: '#B89BD7'

red 184 ◦ green 155 ◦ blue 215

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

Shades of Biloba Flower #B89BD7

Tints of Biloba Flower #B89BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.81%

R = 33.21%
G = 27.98%
B = 38.81%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B89BD7 (or 0xB89BD7) is known color: Biloba Flower. HEX triplet: B8, 9B and D7. RGB value is (184,155,215). Sum of RGB (Red+Green+Blue) = 184+155+215=554 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.21% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #B89BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BD7 is #476428. Grayscale: #AAAAAA. Windows color (decimal): -4678697 or 14130104. OLE color: 14130104.

HSL color Cylindrical-coordinate representation of color #B89BD7: hue angle of 269º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89BD7 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 155 215 -
CMYK 0.14 0.28 0 0.16
HSL 269º 0.43% 0.73% -
HSV(B) 269º 0.28% 0.84% -
XYZ 43.75 38.54 69.42 -
YUV 170.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 184 155 215 0.14 0.28 0 0.16 269 0.43 0.73
Hex B8 9B D7 E 1C 0 10 10D 2B 49
Octal 270 233 327 16 34 0 20 415 53 111
Binary 10111000 10011011 11010111 1110 11100 0 10000 100001101 101011 1001001

Color Harmonies of #B89BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89BD7

Black with #B89BD7

Text Example


Text Example

White with #B89BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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