Html Css Color HEX #B89ED7 Biloba Flower

📋 copy color: '#B89ED7'

red 184 ◦ green 158 ◦ blue 215

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

Shades of Biloba Flower #B89ED7

Tints of Biloba Flower #B89ED7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.37%

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

R = 33.03%
G = 28.37%
B = 38.6%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B89ED7 (or 0xB89ED7) is known color: Biloba Flower. HEX triplet: B8, 9E and D7. RGB value is (184,158,215). Sum of RGB (Red+Green+Blue) = 184+158+215=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #B89ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ED7 is #476128. Grayscale: #ACACAC. Windows color (decimal): -4677929 or 14130872. OLE color: 14130872.

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

Color convert

RGB 184 158 215 -
CMYK 0.14 0.27 0 0.16
HSL 267.37º 0.42% 0.73% -
HSV(B) 267.37º 0.27% 0.84% -
XYZ 44.26 39.55 69.59 -
YUV 172.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 184 158 215 0.14 0.27 0 0.16 267.37 0.42 0.73
Hex B8 9E D7 E 1B 0 10 10B 2A 49
Octal 270 236 327 16 33 0 20 413 52 111
Binary 10111000 10011110 11010111 1110 11011 0 10000 100001011 101010 1001001

Color Harmonies of #B89ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89ED7

Black with #B89ED7

Text Example


Text Example

White with #B89ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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