Html Css Color HEX #B986DC Biloba Flower

📋 copy color: '#B986DC'

red 185 ◦ green 134 ◦ blue 220

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

Shades of Biloba Flower #B986DC

Tints of Biloba Flower #B986DC

RGB

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

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

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

R = 34.32%
G = 24.86%
B = 40.82%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B986DC (or 0xB986DC) is known color: Biloba Flower. HEX triplet: B9, 86 and DC. RGB value is (185,134,220). Sum of RGB (Red+Green+Blue) = 185+134+220=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 134 (52.73% from 255 or 24.86% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #B986DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B986DC is #467923. Grayscale: #9E9E9E. Windows color (decimal): -4618532 or 14452409. OLE color: 14452409.

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

Color convert

RGB 185 134 220 -
CMYK 0.16 0.39 0 0.14
HSL 275.58º 0.55% 0.69% -
HSV(B) 275.58º 0.39% 0.86% -
XYZ 41.45 32.53 71.8 -
YUV 159.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 185 134 220 0.16 0.39 0 0.14 275.58 0.55 0.69
Hex B9 86 DC 10 27 0 E 114 37 45
Octal 271 206 334 20 47 0 16 424 67 105
Binary 10111001 10000110 11011100 10000 100111 0 1110 100010100 110111 1000101

Color Harmonies of #B986DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B986DC

Black with #B986DC

Text Example


Text Example

White with #B986DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B986DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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