Html Css Color HEX #B89EDC Biloba Flower

📋 copy color: '#B89EDC'

red 184 ◦ green 158 ◦ blue 220

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

Shades of Biloba Flower #B89EDC

Tints of Biloba Flower #B89EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.11%

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 32.74%
G = 28.11%
B = 39.15%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B89EDC (or 0xB89EDC) is known color: Biloba Flower. HEX triplet: B8, 9E and DC. RGB value is (184,158,220). Sum of RGB (Red+Green+Blue) = 184+158+220=562 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.74% from 562); Green value is 158 (62.11% from 255 or 28.11% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #B89EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89EDC is #476123. Grayscale: #ACACAC. Windows color (decimal): -4677924 or 14458552. OLE color: 14458552.

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

Color convert

RGB 184 158 220 -
CMYK 0.16 0.28 0 0.14
HSL 265.16º 0.47% 0.74% -
HSV(B) 265.16º 0.28% 0.86% -
XYZ 44.91 39.81 73.03 -
YUV 172.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 184 158 220 0.16 0.28 0 0.14 265.16 0.47 0.74
Hex B8 9E DC 10 1C 0 E 109 2F 4A
Octal 270 236 334 20 34 0 16 411 57 112
Binary 10111000 10011110 11011100 10000 11100 0 1110 100001001 101111 1001010

Color Harmonies of #B89EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89EDC

Black with #B89EDC

Text Example


Text Example

White with #B89EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89EDC; }

 p { color: rgb(184,158,220); }

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

background-color css

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

 a { background-color: rgb(184,158,220); }

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

border-color css

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

 span { border-color: rgb(184,158,220); }

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