Html Css Color HEX #B89DD7 Biloba Flower

📋 copy color: '#B89DD7'

red 184 ◦ green 157 ◦ blue 215

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

Shades of Biloba Flower #B89DD7

Tints of Biloba Flower #B89DD7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.24%

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

R = 33.09%
G = 28.24%
B = 38.67%

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

#B89DD7 (or 0xB89DD7) is known color: Biloba Flower. HEX triplet: B8, 9D and D7. RGB value is (184,157,215). Sum of RGB (Red+Green+Blue) = 184+157+215=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 157 (61.72% from 255 or 28.24% from 556); Blue value is 215 (84.38% from 255 or 38.67% from 556); Max value from RGB is 215 - color contains mainly: blue. Hex color #B89DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DD7 is #476228. Grayscale: #ABABAB. Windows color (decimal): -4678185 or 14130616. OLE color: 14130616.

HSL color Cylindrical-coordinate representation of color #B89DD7: hue angle of 267.93º 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 #B89DD7 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 157 215 -
CMYK 0.14 0.27 0 0.16
HSL 267.93º 0.42% 0.73% -
HSV(B) 267.93º 0.27% 0.84% -
XYZ 44.09 39.21 69.53 -
YUV 171.69 152.45 136.78 -
System Red Green Blue C M Y K H S L
Decimal 184 157 215 0.14 0.27 0 0.16 267.93 0.42 0.73
Hex B8 9D D7 E 1B 0 10 10C 2A 49
Octal 270 235 327 16 33 0 20 414 52 111
Binary 10111000 10011101 11010111 1110 11011 0 10000 100001100 101010 1001001

Color Harmonies of #B89DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89DD7

Black with #B89DD7

Text Example


Text Example

White with #B89DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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