Html Css Color HEX #B89ADA Biloba Flower

📋 copy color: '#B89ADA'

red 184 ◦ green 154 ◦ blue 218

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

Shades of Biloba Flower #B89ADA

Tints of Biloba Flower #B89ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.7%

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

R = 33.09%
G = 27.7%
B = 39.21%

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

#B89ADA (or 0xB89ADA) is known color: Biloba Flower. HEX triplet: B8, 9A and DA. RGB value is (184,154,218). Sum of RGB (Red+Green+Blue) = 184+154+218=556 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.09% from 556); Green value is 154 (60.55% from 255 or 27.70% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #B89ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89ADA is #476525. Grayscale: #AAAAAA. Windows color (decimal): -4678950 or 14326456. OLE color: 14326456.

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

Color convert

RGB 184 154 218 -
CMYK 0.16 0.29 0 0.15
HSL 268.13º 0.46% 0.73% -
HSV(B) 268.13º 0.29% 0.85% -
XYZ 43.98 38.36 71.42 -
YUV 170.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 184 154 218 0.16 0.29 0 0.15 268.13 0.46 0.73
Hex B8 9A DA 10 1D 0 F 10C 2E 49
Octal 270 232 332 20 35 0 17 414 56 111
Binary 10111000 10011010 11011010 10000 11101 0 1111 100001100 101110 1001001

Color Harmonies of #B89ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89ADA

Black with #B89ADA

Text Example


Text Example

White with #B89ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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