Html Css Color HEX #B89BDA Biloba Flower

📋 copy color: '#B89BDA'

red 184 ◦ green 155 ◦ blue 218

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

Shades of Biloba Flower #B89BDA

Tints of Biloba Flower #B89BDA

RGB

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

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

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

R = 33.03%
G = 27.83%
B = 39.14%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B89BDA (or 0xB89BDA) is known color: Biloba Flower. HEX triplet: B8, 9B and DA. RGB value is (184,155,218). Sum of RGB (Red+Green+Blue) = 184+155+218=557 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.03% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #B89BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89BDA is #476425. Grayscale: #AAAAAA. Windows color (decimal): -4678694 or 14326712. OLE color: 14326712.

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

Color convert

RGB 184 155 218 -
CMYK 0.16 0.29 0 0.15
HSL 267.62º 0.46% 0.73% -
HSV(B) 267.62º 0.29% 0.85% -
XYZ 44.14 38.7 71.47 -
YUV 170.85 154.61 137.38 -
System Red Green Blue C M Y K H S L
Decimal 184 155 218 0.16 0.29 0 0.15 267.62 0.46 0.73
Hex B8 9B DA 10 1D 0 F 10C 2E 49
Octal 270 233 332 20 35 0 17 414 56 111
Binary 10111000 10011011 11011010 10000 11101 0 1111 100001100 101110 1001001

Color Harmonies of #B89BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89BDA

Black with #B89BDA

Text Example


Text Example

White with #B89BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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