Html Css Color HEX #B986EF Biloba Flower

📋 copy color: '#B986EF'

red 185 ◦ green 134 ◦ blue 239

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

Shades of Biloba Flower #B986EF

Tints of Biloba Flower #B986EF

RGB

 RED value IS 185 (72.66% from 255) = 33.15%

 GREEN value IS 134 (52.73% from 255) = 24.01%

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 33.15%
G = 24.01%
B = 42.83%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B986EF (or 0xB986EF) is known color: Biloba Flower. HEX triplet: B9, 86 and EF. RGB value is (185,134,239). Sum of RGB (Red+Green+Blue) = 185+134+239=558 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.15% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #B986EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B986EF is #467910. Grayscale: #A0A0A0. Windows color (decimal): -4618513 or 15697593. OLE color: 15697593.

HSL color Cylindrical-coordinate representation of color #B986EF: hue angle of 269.14º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B986EF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 134 239 -
CMYK 0.23 0.44 0 0.06
HSL 269.14º 0.77% 0.73% -
HSV(B) 269.14º 0.44% 0.94% -
XYZ 44.11 33.6 85.82 -
YUV 161.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 185 134 239 0.23 0.44 0 0.06 269.14 0.77 0.73
Hex B9 86 EF 17 2C 0 6 10D 4D 49
Octal 271 206 357 27 54 0 6 415 115 111
Binary 10111001 10000110 11101111 10111 101100 0 110 100001101 1001101 1001001

Color Harmonies of #B986EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986EF

Black with #B986EF

Text Example


Text Example

White with #B986EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986EF; }

 p { color: rgb(185,134,239); }

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

background-color css

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

 a { background-color: rgb(185,134,239); }

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

border-color css

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

 span { border-color: rgb(185,134,239); }

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