Html Css Color HEX #B89DDA Biloba Flower

📋 copy color: '#B89DDA'

red 184 ◦ green 157 ◦ blue 218

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

Shades of Biloba Flower #B89DDA

Tints of Biloba Flower #B89DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39%

R = 32.92%
G = 28.09%
B = 39%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B89DDA (or 0xB89DDA) is known color: Biloba Flower. HEX triplet: B8, 9D and DA. RGB value is (184,157,218). Sum of RGB (Red+Green+Blue) = 184+157+218=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 218 - color contains mainly: blue. Hex color #B89DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DDA is #476225. Grayscale: #ABABAB. Windows color (decimal): -4678182 or 14327224. OLE color: 14327224.

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

Color convert

RGB 184 157 218 -
CMYK 0.16 0.28 0 0.15
HSL 266.56º 0.45% 0.74% -
HSV(B) 266.56º 0.28% 0.85% -
XYZ 44.48 39.37 71.58 -
YUV 172.03 153.95 136.54 -
System Red Green Blue C M Y K H S L
Decimal 184 157 218 0.16 0.28 0 0.15 266.56 0.45 0.74
Hex B8 9D DA 10 1C 0 F 10B 2D 4A
Octal 270 235 332 20 34 0 17 413 55 112
Binary 10111000 10011101 11011010 10000 11100 0 1111 100001011 101101 1001010

Color Harmonies of #B89DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89DDA

Black with #B89DDA

Text Example


Text Example

White with #B89DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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