Html Css Color HEX #B89AD6 Biloba Flower

📋 copy color: '#B89AD6'

red 184 ◦ green 154 ◦ blue 214

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

Shades of Biloba Flower #B89AD6

Tints of Biloba Flower #B89AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.77%

R = 33.33%
G = 27.9%
B = 38.77%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B89AD6 (or 0xB89AD6) is known color: Biloba Flower. HEX triplet: B8, 9A and D6. RGB value is (184,154,214). Sum of RGB (Red+Green+Blue) = 184+154+214=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #B89AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89AD6 is #476529. Grayscale: #A9A9A9. Windows color (decimal): -4678954 or 14064312. OLE color: 14064312.

HSL color Cylindrical-coordinate representation of color #B89AD6: hue angle of 270º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B89AD6 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 154 214 -
CMYK 0.14 0.28 0 0.16
HSL 270º 0.42% 0.72% -
HSV(B) 270º 0.28% 0.84% -
XYZ 43.46 38.16 68.69 -
YUV 169.81 152.94 138.12 -
System Red Green Blue C M Y K H S L
Decimal 184 154 214 0.14 0.28 0 0.16 270 0.42 0.72
Hex B8 9A D6 E 1C 0 10 10E 2A 48
Octal 270 232 326 16 34 0 20 416 52 110
Binary 10111000 10011010 11010110 1110 11100 0 10000 100001110 101010 1001000

Color Harmonies of #B89AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89AD6

Black with #B89AD6

Text Example


Text Example

White with #B89AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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