Html Css Color HEX #B89BDD Biloba Flower

📋 copy color: '#B89BDD'

red 184 ◦ green 155 ◦ blue 221

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

Shades of Biloba Flower #B89BDD

Tints of Biloba Flower #B89BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 32.86%
G = 27.68%
B = 39.46%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B89BDD (or 0xB89BDD) is known color: Biloba Flower. HEX triplet: B8, 9B and DD. RGB value is (184,155,221). Sum of RGB (Red+Green+Blue) = 184+155+221=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #B89BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BDD is #476422. Grayscale: #AAAAAA. Windows color (decimal): -4678691 or 14523320. OLE color: 14523320.

HSL color Cylindrical-coordinate representation of color #B89BDD: hue angle of 266.36º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B89BDD is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 155 221 -
CMYK 0.17 0.30 0 0.13
HSL 266.36º 0.49% 0.74% -
HSV(B) 266.36º 0.3% 0.87% -
XYZ 44.54 38.85 73.56 -
YUV 171.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 184 155 221 0.17 0.30 0 0.13 266.36 0.49 0.74
Hex B8 9B DD 11 1E 0 D 10A 31 4A
Octal 270 233 335 21 36 0 15 412 61 112
Binary 10111000 10011011 11011101 10001 11110 0 1101 100001010 110001 1001010

Color Harmonies of #B89BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89BDD

Black with #B89BDD

Text Example


Text Example

White with #B89BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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